Searched refs:FoldOpIntoSelect (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1187 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 D | InstCombineInternal.h | 614 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
|
| H A D | InstructionCombining.cpp | 1685 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 D | InstCombineAddSub.cpp | 2310 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 2886 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineShifts.cpp | 427 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstCombineCasts.cpp | 190 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|
| H A D | InstCombineVectorOps.cpp | 416 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
|
| H A D | InstCombineCalls.cpp | 3614 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 8219 if (Instruction *NV = FoldOpIntoSelect(I, cast<SelectInst>(LHSI))) in visitFCmpInst()
|