HomeSort by relevance Sort by last modified time
    Searched refs:bitsInWord (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1065 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word?
1066 if (bitsInWord == 0)
1067 bitsInWord = APINT_BITS_PER_WORD;
1077 if (bitsInWord < APINT_BITS_PER_WORD)
1078 val[breakWord] |= ~0ULL << bitsInWord; // set high bits
    [all...]

Completed in 685 milliseconds