Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
88 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()101 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()550 const unsigned NumTypeIdxs = std::accumulate( in verify() local558 << "): " << NumTypeIdxs << " type ind" in verify()559 << (NumTypeIdxs == 1 ? "ex" : "ices") << "\n"); in verify()561 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
743 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;