Lines Matching refs:lobits
772 /// LoBits - This function returns the low "numBits" bits of this APInt.999 uint64_t lobits = Tmp.pVal[hiWord-1] >> (11 + n % APINT_BITS_PER_WORD);1000 mantissa = hibits | lobits;