Lines Matching defs:Ev
212 const SCEVAddRecExpr *Ev, const SCEV *BECount,
842 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
843 if (!Ev || Ev->getLoop() != CurLoop)
845 if (!Ev->isAffine()) {
850 const SCEV *PointerStrideSCEV = Ev->getOperand(1);
864 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
929 MSI->getDestAlign(), SplatValue, MSI, MSIs, Ev,
1008 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
1033 const SCEV *Start = Ev->getStart();
1136 << " from store to: " << *Ev << " at: " << *TheStore