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 261 if (Instruction *R = FoldOpIntoSelect(I, SI))
543 if (Instruction *R = FoldOpIntoSelect(I, SI))
864 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 356 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 305 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
    [all...]
InstructionCombining.cpp 690 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
694 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
    [all...]

Completed in 362 milliseconds