Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8857 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local
8858 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()
8861 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9108 const SCEV *DistancePlusOne = getAddExpr(Distance, One); in howFarToZero() local
9109 if (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_NE, DistancePlusOne, Zero)) { in howFarToZero()
9112 ConstantRange CR = getUnsignedRange(DistancePlusOne); in howFarToZero()