Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A D2011-03-09-ExactNoMaxBECount.ll7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dswp-maxstart.ll3 ; Test that the MinStart computation, which is based upon the length
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp12352 APInt MinStart = in computeMaxBECountForLT() local
12376 MaxEnd = IsSigned ? APIntOps::smax(MaxEnd, MinStart) in computeMaxBECountForLT()
12377 : APIntOps::umax(MaxEnd, MinStart); in computeMaxBECountForLT()
12379 return getUDivCeilSCEV(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()