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))
279 if (Instruction *R = FoldOpIntoSelect(I, SI))
398 if (Instruction *R = FoldOpIntoSelect(I, SI))
597 if (Instruction *R = FoldOpIntoSelect(I, SI))
InstCombine.h 207 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
InstCombineAddSub.cpp 258 if (Instruction *R = FoldOpIntoSelect(I, SI))
578 if (Instruction *R = FoldOpIntoSelect(I, SI))
InstCombineShifts.cpp 33 if (Instruction *R = FoldOpIntoSelect(I, SI))
352 if (Instruction *R = FoldOpIntoSelect(I, SI))
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 300 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
    [all...]
InstructionCombining.cpp 551 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
555 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
    [all...]

Completed in 187 milliseconds