Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp136 StringRef SimplifiedAttrs = StringRef(Attrs).rtrim("|"); in print() local
137 if (SimplifiedAttrs.empty()) in print()
138 SimplifiedAttrs = "0"; in print()
140 OS << SimplifiedAttrs << "},\n"; in print()