CIRCT  19.0.0git
Public Member Functions | List of all members
comb.ICmpOpBuilder Class Reference
Inheritance diagram for comb.ICmpOpBuilder:
Inheritance graph
[legend]
Collaboration diagram for comb.ICmpOpBuilder:
Collaboration graph
[legend]

Public Member Functions

def operand_names (self)
 
def result_names (self)
 
def __init__ (self, predicate, data_type, input_port_mapping={}, **kwargs)
 

Detailed Description

Definition at line 14 of file comb.py.

Constructor & Destructor Documentation

◆ __init__()

def comb.ICmpOpBuilder.__init__ (   self,
  predicate,
  data_type,
  input_port_mapping = {},
**  kwargs 
)

Definition at line 22 of file comb.py.

Member Function Documentation

◆ operand_names()

def comb.ICmpOpBuilder.operand_names (   self)

Definition at line 16 of file comb.py.

Referenced by Python.support.NamedValueOpView.__init__().

◆ result_names()

def comb.ICmpOpBuilder.result_names (   self)

Definition at line 19 of file comb.py.

Referenced by Python.support.NamedValueOpView.__init__().


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