Searched refs:FoldOpIntoSelect (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1125 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1130 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1214 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
| H A D | InstCombineAddSub.cpp | 1527 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 1793 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineInternal.h | 823 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
| H A D | InstCombineShifts.cpp | 35 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstructionCombining.cpp | 817 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner 1039 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
|
| H A D | InstCombineCasts.cpp | 285 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|