Searched refs:getFMul (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 399 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/ |
D | ConstantFolder.h | 53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
D | Constants.h | 845 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/unittests/IR/ |
D | ConstantsTest.cpp | 209 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 937 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
D | Constants.cpp | 2131 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 978 See the method [llvm::ConstantExpr::getFMul]. *)
|