Searched refs:DistancePlusOne (Results 1 – 2 of 2) sorted by relevance
8857 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local8858 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()8861 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()
9108 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local9109 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()9112 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()