Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp522 assert((StartIdx <= getHighBitIdx()) && "Overflow, switch to APInt?"); in verify()
529 OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = "; in print()
559 std::max(OrigValueBitWidth, PartMap.getHighBitIdx() + 1); in verify()
569 PartMap.getHighBitIdx() + 1); in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx() function