HomeSort by: relevance | last modified time | path
    Searched refs:getHighBitIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 521 assert((StartIdx <= getHighBitIdx()) && "Overflow, switch to APInt?");
528 OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = ";
558 std::max(OrigValueBitWidth, PartMap.getHighBitIdx() + 1);
566 // The high bit is exclusive in the APInt API, thus getHighBitIdx + 1.
568 PartMap.getHighBitIdx() + 1);

Completed in 17 milliseconds