Searched defs:NumMatches (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1053 unsigned NumMatches = 0; local
1054 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
1055 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
1056 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
1057 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
1062 for (unsigned i = 0; i != NumMatches; ++i) {
1065 if (i + 1 == NumMatches)
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2698 unsigned NumMatches = 0; local
2701 MatchChars[NumMatches++] = Suffixes[I];
2706 for (unsigned i = 0; i != NumMatches; ++i) {
2709 if (i + 1 == NumMatches)

Completed in 121 milliseconds