Searched defs:InstRegexOp (Results 1 – 1 of 1) sorted by relevance
53 struct InstRegexOp : public SetTheory::Operator { struct54 const CodeGenTarget &Target;55 InstRegexOp(const CodeGenTarget &t): Target(t) {} in InstRegexOp() function58 static std::string removeParens(llvm::StringRef S) { in removeParens()78 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()