Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp57 static std::string removeParens(llvm::StringRef S) { in removeParens() function
100 if (removeParens(Original).find_first_of("|?") != std::string::npos) in apply()