Lines Matching defs:Alloca
834 bool InstCombinerImpl::foldAllocaCmp(AllocaInst *Alloca) {
850 AllocaInst *Alloca;
856 CmpCaptureTracker(AllocaInst *Alloca) : Alloca(Alloca) {}
866 if (ICmp && ICmp->isEquality() && getUnderlyingObject(*U) == Alloca) {
879 CmpCaptureTracker Tracker(Alloca);
880 PointerMayBeCaptured(Alloca, &Tracker);
7470 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op0)))
7471 if (foldAllocaCmp(Alloca))
7473 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op1)))
7474 if (foldAllocaCmp(Alloca))