Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:NumMatches

1596     unsigned NumMatches = 0;
1597 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
1598 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
1599 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
1600 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
1605 for (unsigned i = 0; i != NumMatches; ++i) {
1608 if (i + 1 == NumMatches)