Searched refs:FoldOpIntoSelect (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 960 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 D | InstCombineInternal.h | 520 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
|
| H A D | InstCombineCalls.cpp | 538 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 D | InstCombineAddSub.cpp | 2071 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 2586 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
| H A D | InstCombineShifts.cpp | 392 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms()
|
| H A D | InstructionCombining.cpp | 1095 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl 1368 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi()
|
| H A D | InstCombineVectorOps.cpp | 413 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst()
|
| H A D | InstCombineCasts.cpp | 320 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|