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