Lines Matching full:foldfmulconst
479 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().486 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, Constant *C,576 if (Value *V = foldFMulConst(cast<Instruction>(Op0), C, &I))598 foldFMulConst(cast<Instruction>(Opnd0), C, &I) :