Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp420 APSInt DstMin = APSInt::getMinValue(DstWidth, !DstSign); in convertToInt() local
426 DstMin = DstMin.extend(SrcWidth); in convertToInt()
436 *Overflow = Result < DstMin || Result > DstMax; in convertToInt()