Home
last modified time | relevance | path

Searched refs:MatchFound (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp263 bool MatchFound = true; in isKeyColInstr() local
265 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
269 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
271 return MatchFound; in isKeyColInstr()
322 bool MatchFound = true; in getInstrForColumn() local
324 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
332 if (MatchFound) { in getInstrForColumn()