Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:foldFMulConst

350 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().
357 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, ConstantFP *C,
432 Value *V = foldFMulConst(cast<Instruction>(Op0), C, &I);
457 foldFMulConst(cast<Instruction>(Opnd0), C, &I) :