bloqade.qasm3.dialects.expr.stmts.BitNot
← Module overview
class
classBitNot¶source
bloqade.qasm3.dialects.expr.stmts.BitNot
Bases: ir.Statement
Bitwise NOT of an integer.
class BitNotAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'bitnot' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
value | ir.SSAValue | info.argument(types.Int) | |
result | ir.ResultValue | info.result(types.Int) |