Searched refs:PrevValue (Results 1 – 3 of 3) sorted by relevance
443 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local444 NewValue = PrevValue; in UnrollAndJamLoop()
5894 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local5895 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()5896 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()5897 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()5905 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()
3480 const MCConstantExpr *PrevValue = in parseDirectiveEquate() local3484 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()