Searched refs:NumTypeIdxs (Results 1 – 2 of 2) sorted by relevance
211 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const { in verifyTypeIdxsCoverage()224 const bool AllCovered = (FirstUncovered >= NumTypeIdxs); in verifyTypeIdxsCoverage()225 if (NumTypeIdxs > 0) in verifyTypeIdxsCoverage()385 const unsigned NumTypeIdxs = std::accumulate( in verify() local400 << "): " << NumTypeIdxs << " type ind" in verify()401 << (NumTypeIdxs == 1 ? "ex" : "ices") << ", " in verify()405 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs)) in verify()
1229 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;