Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp119 StringRef PatStr = Original.substr(FirstMeta); in apply() local
120 if (!PatStr.empty()) { in apply()
122 std::string pat = PatStr.str(); in apply()