Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx() function