Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp272 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()
DInstCombineAddSub.cpp1198 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()
DInstCombineShifts.cpp35 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
363 if (Instruction *R = FoldOpIntoSelect(I, SI)) in FoldShiftByConstant()
DInstCombineInternal.h351 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
DInstCombineAndOrXor.cpp1373 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()
DInstCombineCasts.cpp304 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) in commonCastTransforms()
DInstructionCombining.cpp740 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner