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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 171 if (Instruction *NV = FoldOpIntoPhi(I))
283 if (Instruction *NV = FoldOpIntoPhi(I))
401 if (Instruction *NV = FoldOpIntoPhi(I))
600 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombine.h 333 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
338 Instruction *FoldOpIntoPhi(Instruction &I);
InstCombineAddSub.cpp 143 if (Instruction *NV = FoldOpIntoPhi(I))
337 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp     [all...]
InstCombineShifts.cpp 355 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombineCasts.cpp 310 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstructionCombining.cpp 588 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
592 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]
InstCombineCompares.cpp     [all...]

Completed in 120 milliseconds