Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Ev

119                                const SCEVAddRecExpr *Ev, const SCEV *BECount,
662 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
663 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
673 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
691 MSI->getAlignment(), SplatValue, MSI, MSIs, Ev,
747 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
769 const SCEV *Start = Ev->getStart();
831 << " from store to: " << *Ev << " at: " << *TheStore << "\n");