Searched refs:PrevValue (Results 1 – 1 of 1) sorted by relevance
2957 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local2958 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()2959 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()2960 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()2968 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()