Home
last modified time | relevance | path

Searched defs:MatchDataDef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp610 struct MatchDataDef { struct
611 MatchDataDef(StringRef Symbol, StringRef Type) : Symbol(Symbol), Type(Type) {} in MatchDataDef() argument
613 StringRef Symbol;
614 StringRef Type;
617 std::string getVarName() const { in getVarName()