Home
last modified time | relevance | path

Searched refs:getFDiv (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h76 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
H A DConstants.h993 static Constant *getFDiv(Constant *C1, Constant *C2);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h79 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp477 Constant *CDivC1 = ConstantExpr::getFDiv(C, C1); in visitFMul()
483 Constant *C1DivC = ConstantExpr::getFDiv(C1, C); in visitFMul()
1242 auto *RecipC = ConstantExpr::getFDiv(ConstantFP::get(I.getType(), 1.0), C); in foldFDivConstantDivisor()
1268 NewC = ConstantExpr::getFDiv(C, C2); in foldFDivConstantDividend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2723 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
H A DCore.cpp1626 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()