Lines Matching defs:Ev
211 const SCEVAddRecExpr *Ev, const SCEV *BECount,
841 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
842 if (!Ev || Ev->getLoop() != CurLoop)
844 if (!Ev->isAffine()) {
849 const SCEV *PointerStrideSCEV = Ev->getOperand(1);
863 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
928 MSI->getDestAlign(), SplatValue, MSI, MSIs, Ev,
1007 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
1032 const SCEV *Start = Ev->getStart();
1135 << " from store to: " << *Ev << " at: " << *TheStore