Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp521 assert((StartIdx <= getHighBitIdx()) && "Overflow, switch to APInt?"); in verify()
528 OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = "; in print()
558 std::max(OrigValueBitWidth, PartMap.getHighBitIdx() + 1); in verify()
568 PartMap.getHighBitIdx() + 1); in verify()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx() function