Searched refs:getNumSubscripts (Results 1 – 2 of 2) sorted by relevance
58 size_t getNumSubscripts() const { return Subscripts.size(); } in getNumSubscripts() function60 assert(SubNum < getNumSubscripts() && "Invalid subscript number"); in getSubscript()
170 unsigned NumSubscripts = getNumSubscripts(); in hasSpacialReuse()171 if (NumSubscripts != Other.getNumSubscripts()) { in hasSpacialReuse()320 for (unsigned I = Index + 1; I < getNumSubscripts() - 1; ++I) { in computeRefCost()497 for (auto Idx : seq<int>(0, getNumSubscripts())) { in getSubscriptIndex()