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 194 if (Instruction *R = FoldOpIntoSelect(I, SI))
452 if (Instruction *R = FoldOpIntoSelect(I, SI))
741 if (Instruction *R = FoldOpIntoSelect(I, SI))
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineShifts.cpp 35 if (Instruction *R = FoldOpIntoSelect(I, SI))
356 if (Instruction *R = FoldOpIntoSelect(I, SI))
    [all...]
InstCombine.h 232 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 310 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
    [all...]
InstructionCombining.cpp 683 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
687 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
    [all...]

Completed in 1633 milliseconds