Home | History | Annotate | Download | only in Support

Lines Matching refs:hibits

670 /// HiBits - This function returns the high "numBits" bits of this APInt.
903 uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD);
905 mantissa = hibits | lobits;