Searched refs:getFMul (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 503 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/ |
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/include/llvm/IR/ |
D | ConstantFolder.h | 53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
|
D | Constants.h | 886 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/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 637 static Constant *getFMul(Constant *C1, Constant *C2);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 243 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1809 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
D | Core.cpp | 779 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
D | ConstantFold.cpp | 1322 Res.push_back(ConstantExpr::getFMul(C1, C2)); in ConstantFoldBinaryInstruction()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2161 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
|
D | Core.cpp | 1171 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 873 See the method [llvm::ConstantExpr::getFMul]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1045 See the method [llvm::ConstantExpr::getFMul]. *)
|