Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
210 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()223 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()224 if (NumTypeIdxs > 0) in verifyTypeIdxsCoverage()384 const unsigned NumTypeIdxs = std::accumulate( in verify() local399 << "): " << NumTypeIdxs << " type ind" in verify()400 << (NumTypeIdxs == 1 ? "ex" : "ices") << ", " in verify()404 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
1216 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;