Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Ret

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