Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp249 Init *CurInstrVal = CurInstr->getValue(RowFieldsJ)->getValue(); in buildRowInstrMap() local
250 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
276 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() local
278 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
339 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() local
341 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()