Skip to content

bloqade.qasm3.dialects.expr.stmts.BitNot

← Module overview

classBitNotsource

bloqade.qasm3.dialects.expr.stmts.BitNot

Bases: ir.Statement

Bitwise NOT of an integer.

class BitNot

Attributes

NameTypeDefaultDescription
name—'bitnot'
traits—frozenset({lowering.FromPythonCall()})
valueir.SSAValueinfo.argument(types.Int)
resultir.ResultValueinfo.result(types.Int)