Searched refs:getFMul (Results 1 – 6 of 6) sorted by relevance
53 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
69 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
854 static Constant *getFMul(Constant *C1, Constant *C2);
796 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()
1951 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
874 See the method [llvm::ConstantExpr::getFMul]. *)