Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
87 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()100 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()549 const unsigned NumTypeIdxs = std::accumulate( in verify() local557 << "): " << NumTypeIdxs << " type ind" in verify()558 << (NumTypeIdxs == 1 ? "ex" : "ices") << "\n"); in verify()560 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
726 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;