Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h598 Instruction *foldOpIntoPhi(Instruction &I, PHINode *PN);
H A DInstructionCombining.cpp1770 Instruction *InstCombinerImpl::foldOpIntoPhi(Instruction &I, PHINode *PN) { in foldOpIntoPhi() function in InstCombinerImpl
1995 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) in foldBinOpIntoSelectOrPhi()
4058 if (Instruction *Res = foldOpIntoPhi(EV, PN)) in visitExtractValueInst()
4616 if (Instruction *NV = foldOpIntoPhi(I, PN)) in visitFreeze()
H A DInstCombineMulDivRem.cpp2147 if (Instruction *NV = foldOpIntoPhi(I, PN)) in commonIRemTransforms()
H A DInstCombineCasts.cpp204 if (Instruction *NV = foldOpIntoPhi(CI, PN)) in commonCastTransforms()
H A DInstCombineAddSub.cpp2315 if (Instruction *R = foldOpIntoPhi(I, PN)) in visitSub()
H A DInstCombineCompares.cpp4100 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in foldICmpInstWithConstantNotInt()
8228 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in visitFCmpInst()
H A DInstCombineSelect.cpp3848 if (Instruction *NV = foldOpIntoPhi(SI, PN)) in visitSelectInst()