Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp240 Init *CurInstrVal = RecVal->getValue(); in buildRowInstrMap() local
241 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
267 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() local
269 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
327 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() local
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()