|
LLVM
3.7.0
|
Operator - A callback representing a DAG operator. More...
#include <SetTheory.h>
Public Member Functions | |
| virtual | ~Operator () |
| virtual void | apply (SetTheory &, DagInit *Expr, RecSet &Elts, ArrayRef< SMLoc > Loc)=0 |
| apply - Apply this operator to Expr's arguments and insert the result in Elts. More... | |
Operator - A callback representing a DAG operator.
Definition at line 69 of file SetTheory.h.
|
inlinevirtual |
Definition at line 72 of file SetTheory.h.
|
pure virtual |
apply - Apply this operator to Expr's arguments and insert the result in Elts.
1.8.6