bloqade.qasm3.dialects.expr.stmts.Mul
← Module overview
class
classMul¶source
bloqade.qasm3.dialects.expr.stmts.Mul
Bases: ir.Statement
Multiply two numbers.
class MulAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'mul' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
lhs | ir.SSAValue | info.argument(PyNum) | |
rhs | ir.SSAValue | info.argument(PyNum) | |
result | ir.ResultValue | info.result(PyNum) |