Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9095 APInt MaxBECountBase = getUnsignedRangeMax(Distance); in howFarToZero() local
9096 if (MaxBECountBase.ult(MaxBECount)) in howFarToZero()
9097 MaxBECount = MaxBECountBase; in howFarToZero()