Searched refs:FoldOpIntoSelect (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 272 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitMul() 554 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFMul() 874 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIDivTransforms() 1225 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1233 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1363 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
D | InstCombineAddSub.cpp | 1198 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAdd() 1332 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFAdd() 1538 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 1711 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
D | InstCombineShifts.cpp | 35 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms() 363 if (Instruction *R = FoldOpIntoSelect(I, SI)) in FoldShiftByConstant()
|
D | InstCombineInternal.h | 351 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
D | InstCombineAndOrXor.cpp | 1373 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAnd() 2277 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitOr() 2771 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitXor()
|
D | InstCombineCasts.cpp | 304 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) in commonCastTransforms()
|
D | InstructionCombining.cpp | 740 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner
|