Lines Matching full:maxvalue
8586 APInt MaxValue = APInt::getSignedMaxValue(BitWidth);8591 return (MaxValue - MaxStrideMinusOne).slt(MaxRHS);8595 APInt MaxValue = APInt::getMaxValue(BitWidth);8600 return (MaxValue - MaxStrideMinusOne).ult(MaxRHS);