Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9233 APInt MaxBECountBase = getUnsignedRangeMax(Distance); in howFarToZero() local
9234 if (MaxBECountBase.ult(MaxBECount)) in howFarToZero()
9235 MaxBECount = MaxBECountBase; in howFarToZero()