Home | History | Annotate | Download | only in Support

Lines Matching full:lobits

675 /// LoBits - This function returns the low "numBits" bits of this APInt.
904 uint64_t lobits = Tmp.pVal[hiWord-1] >> (11 + n % APINT_BITS_PER_WORD);
905 mantissa = hibits | lobits;