Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp606 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnesSlowCase() local
608 if (!highWordBits) { in countLeadingOnesSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
612 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnesSlowCase()
616 if (Count == highWordBits) { in countLeadingOnesSlowCase()