kirin.dialects.math.stmts.remainder
← Module overview
class
classremainder¶source
kirin.dialects.math.stmts.remainder
Bases: ir.Statement
remainder statement, wrapping the math.remainder function
class remainderAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'remainder' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x | ir.SSAValue | info.argument(types.Float) | |
y | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(types.Float) |