Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp713 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
715 if (!highWordBits) { in countLeadingOnes()
716 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
719 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
723 if (Count == highWordBits) { in countLeadingOnes()