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 276 if (Instruction *NV = FoldOpIntoPhi(I))
558 if (Instruction *NV = FoldOpIntoPhi(I))
877 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombineInternal.h 536 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
541 Instruction *FoldOpIntoPhi(Instruction &I);
InstCombineAddSub.cpp     [all...]
InstCombineShifts.cpp 366 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 313 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 791 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]

Completed in 354 milliseconds