Home
last modified time | relevance | path

Searched refs:DistancePlusOne (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8715 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local
8716 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()
8719 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()