HomeSort by relevance Sort by last modified time
    Searched refs:FoldOpIntoSelect (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 272 if (Instruction *R = FoldOpIntoSelect(I, SI))
554 if (Instruction *R = FoldOpIntoSelect(I, SI))
874 if (Instruction *R = FoldOpIntoSelect(I, SI))
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineShifts.cpp 35 if (Instruction *R = FoldOpIntoSelect(I, SI))
363 if (Instruction *R = FoldOpIntoSelect(I, SI))
    [all...]
InstCombineInternal.h 351 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 304 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
    [all...]
InstructionCombining.cpp 740 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
    [all...]

Completed in 1534 milliseconds