Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9246 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local
9247 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()
9250 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()