Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1050 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 DInstCombineInternal.h592 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
H A DInstCombineAddSub.cpp2317 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
2861 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineShifts.cpp424 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstructionCombining.cpp1463 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl
1785 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
H A DInstCombineCasts.cpp185 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
H A DInstCombineVectorOps.cpp416 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
H A DInstCombineCalls.cpp3385 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()