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 167 if (Instruction *R = FoldOpIntoSelect(I, SI))
275 if (Instruction *R = FoldOpIntoSelect(I, SI))
394 if (Instruction *R = FoldOpIntoSelect(I, SI))
597 if (Instruction *R = FoldOpIntoSelect(I, SI))
InstCombine.h 211 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
InstCombineAddSub.cpp 269 if (Instruction *R = FoldOpIntoSelect(I, SI))
589 if (Instruction *R = FoldOpIntoSelect(I, SI))
InstCombineShifts.cpp 33 if (Instruction *R = FoldOpIntoSelect(I, SI))
353 if (Instruction *R = FoldOpIntoSelect(I, SI))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 298 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
    [all...]
InstructionCombining.cpp 556 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
560 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
    [all...]

Completed in 369 milliseconds