Searched refs:FoldOpIntoSelect (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 802 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIDivTransforms() 1357 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1362 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1464 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIRemTransforms() 1472 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
| H A D | InstCombineInternal.h | 628 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
|
| H A D | InstCombineCalls.cpp | 531 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCttzCtlz() 655 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCtpop() 1420 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
|
| H A D | InstCombineAddSub.cpp | 1954 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 2405 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineShifts.cpp | 392 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstructionCombining.cpp | 1053 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl 1381 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
|
| H A D | InstCombineCasts.cpp | 307 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|