/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 517 Constant *F = ConstantExpr::getFDiv(C, C1); in foldFMulConst() 522 Constant *F = ConstantExpr::getFDiv(C1, C); in foldFMulConst() 1275 Constant *C = ConstantExpr::getFDiv(C1, C2); in visitFDiv() 1312 Fold = ConstantExpr::getFDiv(C1, C2); in visitFDiv() 1318 Fold = ConstantExpr::getFDiv(C1, C2); in visitFDiv()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 64 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
D | TargetFolder.h | 78 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 74 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
D | Constants.h | 939 static Constant *getFDiv(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 64 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
D | Constants.h | 889 static Constant *getFDiv(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 471 Constant *CDivC1 = ConstantExpr::getFDiv(C, C1); in visitFMul() 477 Constant *C1DivC = ConstantExpr::getFDiv(C1, C); in visitFMul() 1131 auto *RecipC = ConstantExpr::getFDiv(ConstantFP::get(I.getType(), 1.0), C); in foldFDivConstantDivisor() 1157 NewC = ConstantExpr::getFDiv(C, C2); in foldFDivConstantDividend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 77 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 78 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 247 CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 246 CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 640 static Constant *getFDiv(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1823 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
|
D | ConstantFold.cpp | 1343 Res.push_back(ConstantExpr::getFDiv(C1, C2)); in ConstantFoldBinaryInstruction()
|
D | Core.cpp | 800 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2175 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
|
D | Core.cpp | 1192 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 2229 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
|
D | Core.cpp | 1389 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 893 See the method [llvm::ConstantExpr::getFDiv]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1089 See the method [llvm::ConstantExpr::getFDiv]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1065 See the method [llvm::ConstantExpr::getFDiv]. *)
|