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

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

Completed in 237 milliseconds