Searched refs:foldFMulConst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp468 /// foldFMulConst() is a helper routine of InstCombiner::visitFMul().
475 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, Constant *C, function in class:InstCombiner
565 if (Value *V = foldFMulConst(cast<Instruction>(Op0), C, &I))
587 foldFMulConst(cast<Instruction>(Opnd0), C, &I) :
H A DInstCombineInternal.h239 Value *foldFMulConst(Instruction *FMulOrDiv, Constant *C,

Completed in 290 milliseconds