CIRCT  19.0.0git
Public Member Functions | Public Attributes | Static Private Attributes | List of all members
Python.support.OpOperand Class Reference
Collaboration diagram for Python.support.OpOperand:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, ir.Operation operation, int index, value, backedge_owner=None)
 
def type (self)
 

Public Attributes

 index
 
 operation
 
 value
 
 backedge_owner
 

Static Private Attributes

list __slots__ = ["index", "operation", "value", "backedge_owner"]
 

Detailed Description

Definition at line 297 of file support.py.

Constructor & Destructor Documentation

◆ __init__()

def Python.support.OpOperand.__init__ (   self,
ir.Operation  operation,
int  index,
  value,
  backedge_owner = None 
)

Definition at line 300 of file support.py.

Member Function Documentation

◆ type()

def Python.support.OpOperand.type (   self)

Member Data Documentation

◆ __slots__

list Python.support.OpOperand.__slots__ = ["index", "operation", "value", "backedge_owner"]
staticprivate

Definition at line 298 of file support.py.

◆ backedge_owner

Python.support.OpOperand.backedge_owner

Definition at line 314 of file support.py.

◆ index

Python.support.OpOperand.index

Definition at line 307 of file support.py.

◆ operation

Python.support.OpOperand.operation

Definition at line 311 of file support.py.

◆ value

Python.support.OpOperand.value

Definition at line 313 of file support.py.

Referenced by Python.support.OpOperand.type().


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