Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp665 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
667 if (!highWordBits) { in countLeadingOnes()
668 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
671 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
675 if (Count == highWordBits) { in countLeadingOnes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp605 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnesSlowCase() local
607 if (!highWordBits) { in countLeadingOnesSlowCase()
608 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
611 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnesSlowCase()
615 if (Count == highWordBits) { in countLeadingOnesSlowCase()