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))
279 if (Instruction *NV = FoldOpIntoPhi(I))
397 if (Instruction *NV = FoldOpIntoPhi(I))
613 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombine.h 337 // FoldOpIntoPhi - Given a binary operator, cast instruction, or select
342 Instruction *FoldOpIntoPhi(Instruction &I);
InstCombineAddSub.cpp 155 if (Instruction *NV = FoldOpIntoPhi(I))
363 if (Instruction *NV = FoldOpIntoPhi(I))
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp     [all...]
InstCombineShifts.cpp 356 if (Instruction *NV = FoldOpIntoPhi(I))
    [all...]
InstCombineCasts.cpp 308 if (Instruction *NV = FoldOpIntoPhi(CI))
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 597 /// FoldOpIntoPhi - Given a binary operator, cast instruction, or select which
601 Instruction *InstCombiner::FoldOpIntoPhi(Instruction &I) {
    [all...]

Completed in 325 milliseconds