Searched refs:MinStart (Results 1 – 3 of 3) sorted by relevance
7 ; Now we have ExactBECount == 0. However, MinStart == 2 and MaxEnd == 4.
3 ; Test that the MinStart computation, which is based upon the length
12352 APInt MinStart = in computeMaxBECountForLT() local12376 MaxEnd = IsSigned ? APIntOps::smax(MaxEnd, MinStart) in computeMaxBECountForLT()12377 : APIntOps::umax(MaxEnd, MinStart); in computeMaxBECountForLT()12379 return getUDivCeilSCEV(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT()