Home
last modified time | relevance | path

Searched refs:DstMin (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp457 APSInt DstMin = APSInt::getMinValue(DstWidth, !DstSign); in convertToInt() local
463 DstMin = DstMin.extend(SrcWidth); in convertToInt()
473 *Overflow = Result < DstMin || Result > DstMax; in convertToInt()