Searched refs:getFDiv (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 76 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
| H A D | Constants.h | 988 static Constant *getFDiv(Constant *C1, Constant *C2);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 79 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
| /netbsd-src/external/apache2/llvm/dist/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() 1236 auto *RecipC = ConstantExpr::getFDiv(ConstantFP::get(I.getType(), 1.0), C); in foldFDivConstantDivisor() 1262 NewC = ConstantExpr::getFDiv(C, C2); in foldFDivConstantDividend()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 2721 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1159 See the method [llvm::ConstantExpr::getFDiv]. *)
|