/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 503 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C); in foldFMulConst() 511 Constant *F = ConstantExpr::getFMul(C0, C); in foldFMulConst() 599 Value *M1 = ConstantExpr::getFMul(C1, C); in visitFMul() 1281 Constant *C = ConstantExpr::getFMul(C1, C2); in visitFDiv() 1315 Fold = ConstantExpr::getFMul(C1, C2); in visitFDiv()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 59 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
D | Constants.h | 940 static Constant *getFMul(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
D | Constants.h | 886 static Constant *getFMul(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 67 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 62 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
D | Constants.h | 987 static Constant *getFMul(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 68 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 441 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 463 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 469 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 1190 NewC = ConstantExpr::getFMul(C, C2); in foldFDivConstantDividend()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 456 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 478 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 484 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul() 1251 NewC = ConstantExpr::getFMul(C, C2); in foldFDivConstantDividend()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2161 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
D | Core.cpp | 1171 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2347 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
D | Core.cpp | 1550 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 2637 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
D | Core.cpp | 1583 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1045 See the method [llvm::ConstantExpr::getFMul]. *)
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1096 See the method [llvm::ConstantExpr::getFMul]. *)
|