Searched refs:DstMin (Results 1 – 1 of 1) sorted by relevance
457 APSInt DstMin = APSInt::getMinValue(DstWidth, !DstSign); in convertToInt() local463 DstMin = DstMin.extend(SrcWidth); in convertToInt()473 *Overflow = Result < DstMin || Result > DstMax; in convertToInt()