Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp960 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIDivTransforms()
1603 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1608 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv()
1720 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIRemTransforms()
1728 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
H A DInstCombineInternal.h520 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
H A DInstCombineCalls.cpp538 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCttzCtlz()
662 if (Instruction *R = IC.FoldOpIntoSelect(II, Sel)) in foldCtpop()
1441 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
H A DInstCombineAddSub.cpp2071 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
2586 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
H A DInstCombineShifts.cpp392 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
H A DInstructionCombining.cpp1095 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl
1368 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
H A DInstCombineVectorOps.cpp413 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
H A DInstCombineCasts.cpp320 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()