Home
last modified time | relevance | path

Searched refs:getFMul (Results 1 – 23 of 23) 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/include/llvm/Support/
DConstantFolder.h53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DTargetFolder.h69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h60 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h936 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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp465 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
487 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
493 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
1160 NewC = ConstantExpr::getFMul(C, C2); in foldFDivConstantDividend()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h68 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp244 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h637 static Constant *getFMul(Constant *C1, Constant *C2);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1809 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DConstantFold.cpp1322 Res.push_back(ConstantExpr::getFMul(C1, C2)); in ConstantFoldBinaryInstruction()
DCore.cpp779 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
/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-7.0/llvm/lib/IR/
DConstants.cpp2215 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DCore.cpp1362 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli873 See the method [llvm::ConstantExpr::getFMul]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1069 See the method [llvm::ConstantExpr::getFMul]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1045 See the method [llvm::ConstantExpr::getFMul]. *)