Searched refs:LARSCEV (Results 1 – 1 of 1) sorted by relevance
879 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates() local880 if (!LARSCEV || LARSCEV->getLoop() != L) in collectCandidates()1322 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local1323 if (!LARSCEV || LARSCEV->getLoop() != L) in runOnLoop()1326 dyn_cast<SCEVConstant>(LARSCEV->getStepRecurrence(*SE))) { in runOnLoop()