Searched refs:LARSCEV (Results 1 – 1 of 1) sorted by relevance
883 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates() local884 if (!LARSCEV || LARSCEV->getLoop() != L) in collectCandidates()1324 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local1325 if (!LARSCEV || LARSCEV->getLoop() != L) in runOnLoop()1328 dyn_cast<SCEVConstant>(LARSCEV->getStepRecurrence(*SE))) { in runOnLoop()