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