Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp726 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
728 if (!highWordBits) { in countLeadingOnes()
729 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
732 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
736 if (Count == highWordBits) { in countLeadingOnes()