Home
last modified time | relevance | path

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

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