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