Lines Matching defs:Min
275 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue()
278 if (Result < Min)
279 Result = Min;
283 Overflowed = Result < Min || Result > Max;
336 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue()
339 if (Result < Min)
340 Result = Min;
344 Overflowed = Result < Min || Result > Max;
372 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide);
374 if (Result < Min)
375 Result = Min;
379 Overflowed = Result < Min || Result > Max;