Searched refs:getFMul (Results 1 – 7 of 7) sorted by relevance
53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
637 static Constant *getFMul(Constant *C1, Constant *C2);
1808 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
709 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
1319 Res.push_back(ConstantExpr::getFMul(C1, C2)); in ConstantFoldBinaryInstruction()
726 See the method [llvm::ConstantExpr::getFMul]. *)