Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Operator

29 struct AddOp : public SetTheory::Operator {
37 struct SubOp : public SetTheory::Operator {
53 struct AndOp : public SetTheory::Operator {
69 struct SetIntBinOp : public SetTheory::Operator {
76 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
148 struct InterleaveOp : public SetTheory::Operator {
167 struct SequenceOp : public SetTheory::Operator {
243 void SetTheory::Operator::anchor() {}
260 void SetTheory::addOperator(StringRef Name, std::unique_ptr<Operator> Op) {
294 PrintFatalError(Loc, "Unknown set operator: " + Expr->getAsString());