Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1187 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIDivTransforms()
1901 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1906 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
2129 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIRemTransforms()
2137 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
H A DInstCombineInternal.h614 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
H A DInstructionCombining.cpp1685 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl
1992 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
4064 if (Instruction *R = FoldOpIntoSelect(EV, SI, /*FoldWithMultiUse=*/true)) in visitExtractValueInst()
H A DInstCombineAddSub.cpp2310 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
2886 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineShifts.cpp427 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstCombineCasts.cpp190 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
H A DInstCombineVectorOps.cpp416 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
H A DInstCombineCalls.cpp3614 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
H A DInstCombineCompares.cpp8219 if (Instruction *NV = FoldOpIntoSelect(I, cast<SelectInst>(LHSI))) in visitFCmpInst()