Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp518 assert((StartIdx <= getHighBitIdx()) && "Overflow, switch to APInt?"); in verify()
525 OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = "; in print()
555 std::max(OrigValueBitWidth, PartMap.getHighBitIdx() + 1); in verify()
565 PartMap.getHighBitIdx() + 1); in verify()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx() function