Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp538 uint64_t retBits = U.pVal[loWord] >> loBit; in extractBitsAsZExtValue() local
539 retBits |= U.pVal[hiWord] << (APINT_BITS_PER_WORD - loBit); in extractBitsAsZExtValue()
540 retBits &= maskBits; in extractBitsAsZExtValue()
541 return retBits; in extractBitsAsZExtValue()