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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h62 return ConstantExpr::getFMul(LHS, RHS);
H A DConstants.h952 static Constant *getFMul(Constant *C1, Constant *C2);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h68 return Fold(ConstantExpr::getFMul(LHS, RHS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp507 Constant *CC1 = ConstantExpr::getFMul(C, C1);
529 Constant *CC1 = ConstantExpr::getFMul(C, C1);
535 Constant *CC1 = ConstantExpr::getFMul(C, C1);
1253 NewC = ConstantExpr::getFMul(C, C2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2510 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp1559 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant),

Completed in 125 milliseconds