Lines Matching refs:foldFMulConst
378 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().385 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, Constant *C,474 if (Value *V = foldFMulConst(cast<Instruction>(Op0), C, &I))496 foldFMulConst(cast<Instruction>(Opnd0), C, &I) :