Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Ev

127                                Instruction *TheStore, const SCEVAddRecExpr *Ev,
425 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
426 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
436 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
444 MSI->getAlignment(), MSI->getValue(), MSI, Ev,
497 Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev,
537 const SCEV *Start = Ev->getStart();
598 << " from store to: " << *Ev << " at: " << *TheStore << "\n");