Searched refs:FoldOpIntoSelect (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1349 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1354 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1451 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
| H A D | InstCombineInternal.h | 610 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
| H A D | InstCombineCalls.cpp | 460 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCttzCtlz() 584 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCtpop() 1056 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
|
| H A D | InstCombineAddSub.cpp | 1875 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 2308 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineShifts.cpp | 390 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstructionCombining.cpp | 1001 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, in FoldOpIntoSelect() function in InstCombinerImpl 1257 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
|
| H A D | InstCombineCasts.cpp | 305 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|