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.cpp120 StringRef PatStr = Original.substr(FirstMeta); in apply() local
121 if (!PatStr.empty()) { in apply()
123 std::string pat = std::string(PatStr); in apply()