Searched refs:getFMul (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 371 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C); in foldFMulConst() 377 ConstantFP *F = cast<ConstantFP>(ConstantExpr::getFMul(C0, C)); in foldFMulConst() 455 Value *M1 = ConstantExpr::getFMul(C1, C); in visitFMul() 1022 Constant *C = ConstantExpr::getFMul(C1, C2); in visitFDiv() 1056 Fold = ConstantExpr::getFMul(C1, C2); in visitFDiv()
|
/external/llvm/include/llvm/Support/ |
D | ConstantFolder.h | 53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
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/include/llvm/IR/ |
D | Constants.h | 839 static Constant *getFMul(Constant *C1, Constant *C2);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 841 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
D | Constants.cpp | 2044 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 874 See the method [llvm::ConstantExpr::getFMul]. *)
|