Home
last modified time | relevance | path

Searched refs:getFMul (Results 1 – 15 of 15) 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/llvm/include/llvm/IR/
DConstantFolder.h53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h886 static Constant *getFMul(Constant *C1, Constant *C2);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h637 static Constant *getFMul(Constant *C1, Constant *C2);
/external/llvm/unittests/IR/
DConstantsTest.cpp243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1809 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
DCore.cpp779 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
DConstantFold.cpp1322 Res.push_back(ConstantExpr::getFMul(C1, C2)); in ConstantFoldBinaryInstruction()
/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/bindings/ocaml/llvm/
Dllvm.mli873 See the method [llvm::ConstantExpr::getFMul]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1045 See the method [llvm::ConstantExpr::getFMul]. *)