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 198 if (Instruction *NV = FoldOpIntoPhi(I))
456 if (Instruction *NV = FoldOpIntoPhi(I))
744 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombine.h 365 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
370 Instruction *FoldOpIntoPhi(Instruction &I);
InstCombineAddSub.cpp     [all...]
InstCombineShifts.cpp 359 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 320 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstructionCombining.cpp 720 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
724 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]

Completed in 845 milliseconds