Searched refs:LSCEV (Results 1 – 2 of 2) sorted by relevance
213 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop() local214 if (const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV)) { in runOnLoop()223 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()234 Buckets.push_back(Bucket(LSCEV, MemI)); in runOnLoop()
180 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local181 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()