Searched refs:DstMax (Results 1 – 1 of 1) sorted by relevance
458 APSInt DstMax = APSInt::getMaxValue(DstWidth, !DstSign); in convertToInt() local464 DstMax = DstMax.extend(SrcWidth); in convertToInt()469 *Overflow = Result.isNegative() || Result.ugt(DstMax); in convertToInt()471 *Overflow = Result.ugt(DstMax); in convertToInt()473 *Overflow = Result < DstMin || Result > DstMax; in convertToInt()