Searched refs:FoldOpIntoSelect (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp167 if (Instruction *R = FoldOpIntoSelect(I, SI))
275 if (Instruction *R = FoldOpIntoSelect(I, SI))
394 if (Instruction *R = FoldOpIntoSelect(I, SI))
610 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombine.h211 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
H A DInstCombineAddSub.cpp270 if (Instruction *R = FoldOpIntoSelect(I, SI))
544 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombineShifts.cpp33 if (Instruction *R = FoldOpIntoSelect(I, SI))
353 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombineAndOrXor.cpp1130 if (Instruction *R = FoldOpIntoSelect(I, SI))
1761 if (Instruction *R = FoldOpIntoSelect(I, SI))
2168 if (Instruction *R = FoldOpIntoSelect(I, SI))
H A DInstCombineCasts.cpp298 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
H A DInstructionCombining.cpp560 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
564 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { function in class:InstCombiner

Completed in 87 milliseconds