Home | History | Annotate | Download | only in Analysis

Lines Matching full:maxvalue

8136     APInt MaxValue = APInt::getSignedMaxValue(BitWidth);
8141 return (MaxValue - MaxStrideMinusOne).slt(MaxRHS);
8145 APInt MaxValue = APInt::getMaxValue(BitWidth);
8150 return (MaxValue - MaxStrideMinusOne).ult(MaxRHS);