Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Ret

4479         const SCEV *Ret = AddRec->getNumIterationsInRange(CompRange, *this);
4480 if (!isa<SCEVCouldNotCompute>(Ret)) return Ret;