Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1349 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1354 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1451 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
H A DInstCombineInternal.h610 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
H A DInstCombineCalls.cpp460 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCttzCtlz()
584 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCtpop()
1056 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
H A DInstCombineAddSub.cpp1875 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
2308 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineShifts.cpp390 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstructionCombining.cpp1001 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, in FoldOpIntoSelect() function in InstCombinerImpl
1257 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
H A DInstCombineCasts.cpp305 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()