HomeSort by relevance Sort by last modified time
    Searched refs:foldFMulConst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 119 Value *foldFMulConst(Instruction *FMulOrDiv, ConstantFP *C,
InstCombineMulDivRem.cpp 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) :
    [all...]

Completed in 165 milliseconds