Searched refs:getFMul (Results 1 – 6 of 6) sorted by relevance
62 return ConstantExpr::getFMul(LHS, RHS); in CreateFMul()
990 static Constant *getFMul(Constant *C1, Constant *C2);
68 return Fold(ConstantExpr::getFMul(LHS, RHS)); in CreateFMul()
471 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()493 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()499 Constant *CC1 = ConstantExpr::getFMul(C, C1); in visitFMul()1271 NewC = ConstantExpr::getFMul(C, C2); in foldFDivConstantDividend()
2709 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() function in ConstantExpr
1599 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant), in LLVMConstFMul()