Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstantFolder.h59 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
HDConstants.h940 static Constant *getFMul(Constant *C1, Constant *C2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetFolder.h67 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp441 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
463 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
469 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()
1190 NewC = ConstantExpr::getFMul(C, C2); in foldFDivConstantDividend()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2347 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
HDCore.cpp1550 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()