Lines Matching defs:Min
285 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue()
288 if (Result < Min)
289 Result = Min;
293 Overflowed = Result < Min || Result > Max;
346 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue()
349 if (Result < Min)
350 Result = Min;
354 Overflowed = Result < Min || Result > Max;
382 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide);
384 if (Result < Min)
385 Result = Min;
389 Overflowed = Result < Min || Result > Max;