LLVM API Documentation

Public Member Functions
llvm::SetTheory::Operator Class Reference

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

#include <SetTheory.h>

List of all members.

Public Member Functions

virtual ~Operator ()
virtual void apply (SetTheory &, DagInit *Expr, RecSet &Elts, ArrayRef< SMLoc > Loc)=0

Detailed Description

Operator - A callback representing a DAG operator.

Definition at line 69 of file SetTheory.h.


Constructor & Destructor Documentation

virtual llvm::SetTheory::Operator::~Operator ( ) [inline, virtual]

Definition at line 72 of file SetTheory.h.


Member Function Documentation

virtual void llvm::SetTheory::Operator::apply ( SetTheory ,
DagInit Expr,
RecSet Elts,
ArrayRef< SMLoc Loc 
) [pure virtual]

apply - Apply this operator to Expr's arguments and insert the result in Elts.


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