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 170 if (Instruction *NV = FoldOpIntoPhi(I))
390 if (Instruction *NV = FoldOpIntoPhi(I))
643 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombine.h 348 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
353 Instruction *FoldOpIntoPhi(Instruction &I);
InstCombineAddSub.cpp 946 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineShifts.cpp 356 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 317 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 618 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
622 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]

Completed in 178 milliseconds