Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9524 APInt BaseMaxInt = getUnsignedRangeMax(Exact); in howFarToZero() local
9525 if (BaseMaxInt.ult(MaxInt)) in howFarToZero()
9526 Max = getConstant(BaseMaxInt); in howFarToZero()