Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp272 bool MatchFound = true; in isKeyColInstr() local
274 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
278 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
280 return MatchFound; in isKeyColInstr()
333 bool MatchFound = true; in getInstrForColumn() local
336 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
341 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
344 if (MatchFound) { in getInstrForColumn()