Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp802 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 DInstCombineInternal.h628 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
H A DInstCombineCalls.cpp531 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 DInstCombineAddSub.cpp1954 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
2405 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineShifts.cpp392 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstructionCombining.cpp1053 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl
1381 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
H A DInstCombineCasts.cpp307 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()