Searched refs:getFDiv (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 76 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
| H A D | Constants.h | 993 static Constant *getFDiv(Constant *C1, Constant *C2);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 79 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 477 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 D | Constants.cpp | 2723 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
|
| H A D | Core.cpp | 1626 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()
|