Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp702 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
704 if (!highWordBits) { in countLeadingOnes()
705 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
708 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
712 if (Count == highWordBits) { in countLeadingOnes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp549 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnesSlowCase() local
551 if (!highWordBits) { in countLeadingOnesSlowCase()
552 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
555 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnesSlowCase()
559 if (Count == highWordBits) { in countLeadingOnesSlowCase()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp821 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
823 if (!highWordBits) { in countLeadingOnes()
824 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
827 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
831 if (Count == highWordBits) { in countLeadingOnes()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp680 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local
682 if (!highWordBits) { in countLeadingOnes()
683 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
686 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()
690 if (Count == highWordBits) { in countLeadingOnes()