Searched refs:FoldOpIntoSelect (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1050 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIDivTransforms() 1736 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1741 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1973 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIRemTransforms() 1981 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
| H A D | InstCombineInternal.h | 592 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
|
| H A D | InstCombineAddSub.cpp | 2317 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 2861 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineShifts.cpp | 424 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstructionCombining.cpp | 1463 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl 1785 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
|
| H A D | InstCombineCasts.cpp | 185 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|
| H A D | InstCombineVectorOps.cpp | 416 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
|
| H A D | InstCombineCalls.cpp | 3385 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
|