Home
last modified time | relevance | path

Searched refs:foldOpIntoPhi (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h604 Instruction *foldOpIntoPhi(Instruction &I, PHINode *PN);
DInstructionCombining.cpp1097 Instruction *InstCombinerImpl::foldOpIntoPhi(Instruction &I, PHINode *PN) { in foldOpIntoPhi() function in InstCombinerImpl
1260 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) in foldBinOpIntoSelectOrPhi()
3624 if (Instruction *NV = foldOpIntoPhi(I, PN)) in visitFreeze()
DInstCombineMulDivRem.cpp1461 if (Instruction *NV = foldOpIntoPhi(I, PN)) in commonIRemTransforms()
DInstCombineAddSub.cpp1880 if (Instruction *R = foldOpIntoPhi(I, PN)) in visitSub()
DInstCombineCasts.cpp318 if (Instruction *NV = foldOpIntoPhi(CI, PN)) in commonCastTransforms()
DInstCombineCompares.cpp3319 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in foldICmpInstWithConstantNotInt()
6354 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in visitFCmpInst()
DInstCombineSelect.cpp3075 if (Instruction *NV = foldOpIntoPhi(SI, PN)) in visitSelectInst()