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