kirin.dialects.py.unary.constprop.ConstProp
← Module overview
class
method
source
classConstProp¶source
kirin.dialects.py.unary.constprop.ConstProp
Bases: interp.MethodTable
class ConstPropmethodnot_¶source
kirin.dialects.py.unary.constprop.ConstProp.not_
Signature
def not_(_: const.Propagate, frame: const.Frame, stmt: stmts.Not) -> interp.StatementResult[const.Result]Parameters
| Name | Type | Description |
|---|---|---|
_ | const.Propagate | |
frame | const.Frame | |
stmt | stmts.Not |
Returns
interp.StatementResult[const.Result]