Searched refs:DstMax (Results 1 – 1 of 1) sorted by relevance
475 APSInt DstMax = APSInt::getMaxValue(DstWidth, !DstSign); in convertToInt() local481 DstMax = DstMax.extend(SrcWidth); in convertToInt()486 *Overflow = Result.isNegative() || Result.ugt(DstMax); in convertToInt()488 *Overflow = Result.ugt(DstMax); in convertToInt()490 *Overflow = Result < DstMin || Result > DstMax; in convertToInt()