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 265 if (Instruction *NV = FoldOpIntoPhi(I))
547 if (Instruction *NV = FoldOpIntoPhi(I))
867 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 314 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 727 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
731 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]

Completed in 203 milliseconds