Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp106 StringRef PatStr = Original.substr(FirstMeta); in apply() local
107 if (!PatStr.empty()) { in apply()
109 std::string pat = std::string(PatStr); in apply()