Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp399 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C); in foldFMulConst()
407 Constant *F = ConstantExpr::getFMul(C0, C); in foldFMulConst()
494 Value *M1 = ConstantExpr::getFMul(C1, C); in visitFMul()
1098 Constant *C = ConstantExpr::getFMul(C1, C2); in visitFDiv()
1132 Fold = ConstantExpr::getFMul(C1, C2); in visitFDiv()
/external/llvm/include/llvm/IR/
DConstantFolder.h53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
DConstants.h845 static Constant *getFMul(Constant *C1, Constant *C2);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/external/llvm/unittests/IR/
DConstantsTest.cpp209 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
/external/llvm/lib/IR/
DCore.cpp937 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
DConstants.cpp2131 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli978 See the method [llvm::ConstantExpr::getFMul]. *)