Searched refs:DistancePlusOne (Results 1 – 1 of 1) sorted by relevance
10508 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local10509 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()10512 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()