Home
last modified time | relevance | path

Searched refs:getFMul (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp503 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/
DConstantFolder.h59 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h940 static Constant *getFMul(Constant *C1, Constant *C2);
/external/llvm/include/llvm/IR/
DConstantFolder.h53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h886 static Constant *getFMul(Constant *C1, Constant *C2);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h67 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/llvm-project/llvm/include/llvm/IR/
DConstantFolder.h62 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h987 static Constant *getFMul(Constant *C1, Constant *C2);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h68 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp441 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/
DInstCombineMulDivRem.cpp456 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/
DConstantsTest.cpp243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/llvm/lib/IR/
DConstants.cpp2161 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DCore.cpp1171 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2347 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DCore.cpp1550 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
/external/llvm-project/llvm/lib/IR/
DConstants.cpp2637 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DCore.cpp1583 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1045 See the method [llvm::ConstantExpr::getFMul]. *)
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1096 See the method [llvm::ConstantExpr::getFMul]. *)