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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp248 Init *CurInstrVal = CurInstr->getValue(RowFieldsJ)->getValue(); local
249 KeyValue.push_back(CurInstrVal);
275 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); local
277 MatchFound = (CurInstrVal == KeyColValue);
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); local
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());

Completed in 113 milliseconds