Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp1049 SmallVector<std::string> SuffixStrs; in getSuffixStr() local
1052 SuffixStrs.push_back(T.getValue()->getShortStr()); in getSuffixStr()
1054 return join(SuffixStrs, "_"); in getSuffixStr()