Searched refs:FoldOpIntoSelect (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1305 if (Instruction *R = FoldOpIntoSelect(I, cast<SelectInst>(Op1), in commonIDivRemTransforms() 2155 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 2160 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 2379 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
| H A D | InstCombineInternal.h | 656 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI,
|
| H A D | InstCombineVectorOps.cpp | 416 if (Instruction *R = FoldOpIntoSelect(EI, SI)) in visitExtractElementInst() 2989 if (Instruction *I = FoldOpIntoSelect(SVI, SI)) in visitShuffleVectorInst()
|
| H A D | InstructionCombining.cpp | 1728 Instruction *InstCombinerImpl::FoldOpIntoSelect(Instruction &Op, SelectInst *SI, in FoldOpIntoSelect() function in InstCombinerImpl 2214 if (Instruction *NewSel = FoldOpIntoSelect(I, Sel)) in foldBinOpIntoSelectOrPhi() 4506 if (Instruction *R = FoldOpIntoSelect(EV, SI, /*FoldWithMultiUse=*/true)) in visitExtractValueInst()
|
| H A D | InstCombineAddSub.cpp | 2471 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 3123 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 | 192 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms()
|
| H A D | InstCombineCalls.cpp | 3900 if (Instruction *R = FoldOpIntoSelect(*II, Sel)) in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 8684 if (Instruction *NV = FoldOpIntoSelect(I, cast<SelectInst>(LHSI))) in visitFCmpInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 18971 …toSelectERNS_11InstructionEPNS_10SelectInstE", "llvm::InstCombiner::FoldOpIntoSelect(llvm::Instruc…
|