Skip to content

bloqade.qasm3.dialects.expr.stmts.Mul

← Module overview

classMulsource

bloqade.qasm3.dialects.expr.stmts.Mul

Bases: ir.Statement

Multiply two numbers.

class Mul

Attributes

NameTypeDefaultDescription
name—'mul'
traits—frozenset({lowering.FromPythonCall()})
lhsir.SSAValueinfo.argument(PyNum)
rhsir.SSAValueinfo.argument(PyNum)
resultir.ResultValueinfo.result(PyNum)