Searched refs:LARSCEV (Results 1 – 1 of 1) sorted by relevance
888 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates() local889 if (!LARSCEV || LARSCEV->getLoop() != L) in collectCandidates()1331 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local1332 if (!LARSCEV || LARSCEV->getLoop() != L) in runOnLoop()1335 dyn_cast<SCEVConstant>(LARSCEV->getStepRecurrence(*SE))) { in runOnLoop()