Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getFMul

399     Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C);
407 Constant *F = ConstantExpr::getFMul(C0, C);
494 Value *M1 = ConstantExpr::getFMul(C1, C);
1098 Constant *C = ConstantExpr::getFMul(C1, C2);
1132 Fold = ConstantExpr::getFMul(C1, C2);