Searched refs:PrevValue (Results 1 – 3 of 3) sorted by relevance
444 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local445 NewValue = PrevValue; in UnrollAndJamLoop()
4551 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local4552 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()4553 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()4554 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()4562 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()
3512 const MCConstantExpr *PrevValue = in parseDirectiveEquate() local3516 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()