Home
last modified time | relevance | path

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

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