HomeSort by relevance Sort by last modified time
    Searched refs:breakWord (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 1064 unsigned breakWord = getNumWords() - 1 - offset; // last word affected
1072 for (unsigned i = 0; i <= breakWord; ++i)
1078 val[breakWord] |= ~0ULL << bitsInWord; // set high bits
1081 for (unsigned i = 0; i < breakWord; ++i) {
    [all...]

Completed in 82 milliseconds