Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.cpp58 static std::string removeParens(llvm::StringRef S) { in removeParens() function
101 if (removeParens(Original).find_first_of("|?") != std::string::npos) in apply()