Searched refs:FoldOpIntoSelect (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 167 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 D | InstCombine.h | 211 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
H A D | InstCombineAddSub.cpp | 270 if (Instruction *R = FoldOpIntoSelect(I, SI)) 544 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
H A D | InstCombineShifts.cpp | 33 if (Instruction *R = FoldOpIntoSelect(I, SI)) 353 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
H A D | InstCombineAndOrXor.cpp | 1130 if (Instruction *R = FoldOpIntoSelect(I, SI)) 1761 if (Instruction *R = FoldOpIntoSelect(I, SI)) 2168 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
H A D | InstCombineCasts.cpp | 298 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
|
H A D | InstructionCombining.cpp | 560 // 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