HomeSort by relevance Sort by last modified time
    Searched defs:highWordBits (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
APInt.cpp 702 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD;
704 if (!highWordBits) {
705 highWordBits = APINT_BITS_PER_WORD;
708 shift = APINT_BITS_PER_WORD - highWordBits;
712 if (Count == highWordBits) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 680 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD;
682 if (!highWordBits) {
683 highWordBits = APINT_BITS_PER_WORD;
686 shift = APINT_BITS_PER_WORD - highWordBits;
690 if (Count == highWordBits) {
    [all...]

Completed in 550 milliseconds