Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1125 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1130 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1214 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
H A DInstCombineAddSub.cpp1527 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
1793 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineInternal.h823 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
H A DInstCombineShifts.cpp35 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstructionCombining.cpp817 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner
1039 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
H A DInstCombineCasts.cpp285 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()