Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
207 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()220 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()221 if (NumTypeIdxs > 0) in verifyTypeIdxsCoverage()381 const unsigned NumTypeIdxs = std::accumulate( in verify() local396 << "): " << NumTypeIdxs << " type ind" in verify()397 << (NumTypeIdxs == 1 ? "ex" : "ices") << ", " in verify()401 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
1188 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;