Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9489 APInt MaxBECountBase = getUnsignedRangeMax(Distance); in howFarToZero() local
9490 if (MaxBECountBase.ult(MaxBECount)) in howFarToZero()
9491 MaxBECount = MaxBECountBase; in howFarToZero()