Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
214 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()227 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()228 if (NumTypeIdxs > 0) in verifyTypeIdxsCoverage()696 const unsigned NumTypeIdxs = std::accumulate( in verify() local711 << "): " << NumTypeIdxs << " type ind" in verify()712 << (NumTypeIdxs == 1 ? "ex" : "ices") << ", " in verify()716 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
1048 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;