LLVM: llvm::SetTheory::Operator Class Reference (original) (raw)

Operator - A callback representing a DAG operator. More...

#include "[llvm/TableGen/SetTheory.h](SetTheory%5F8h%5Fsource.html)"

Public Member Functions
virtual ~Operator ()=default
virtual void apply (SetTheory &, const DagInit *Expr, RecSet &Elts, ArrayRef< SMLoc > Loc)=0
apply - Apply this operator to Expr's arguments and insert the result in Elts.

Operator - A callback representing a DAG operator.

Definition at line 71 of file SetTheory.h.

virtual llvm::SetTheory::Operator::~Operator ( ) virtualdefault

apply()


The documentation for this class was generated from the following files: