Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12745 APInt MinStride = in computeMaxBECountForLT() local
12751 APInt StrideForMaxBECount = IsSigned ? APIntOps::smax(One, MinStride) in computeMaxBECountForLT()
12752 : APIntOps::umax(One, MinStride); in computeMaxBECountForLT()
13326 APInt MinStride = IsSigned ? getSignedRangeMin(Stride) in howManyGreaterThans() local
13330 APInt Limit = IsSigned ? APInt::getSignedMinValue(BitWidth) + (MinStride - 1) in howManyGreaterThans()
13331 : APInt::getMinValue(BitWidth) + (MinStride - 1); in howManyGreaterThans()
13344 getConstant(MinStride)); in howManyGreaterThans()