Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp12836 APInt StrideMax = getUnsignedRangeMax(AR->getStepRecurrence(*this)); in howManyLessThans() local
12837 APInt Limit = APInt::getMaxValue(InnerBitWidth) - (StrideMax - 1); in howManyLessThans()