Lines Matching defs:LSCEV
291 void addOneCandidate(Instruction *MemI, const SCEV *LSCEV,
836 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets,
840 assert(LSCEV && "Invalid SCEV for Ptr value.");
845 cast<SCEVAddRecExpr>(LSCEV)->getStepRecurrence(*SE))
847 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV);
861 Buckets.push_back(Bucket(LSCEV, MemI));
887 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L);
888 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV);
896 addOneCandidate(&J, LSCEV, Buckets, isValidDiff, MaxCandidateNum);
1330 const SCEV *LSCEV = SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L);
1331 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV);