scalar.extui¶
Unsigned integer extension to a strictly wider type: e.g. i8 to i32.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | executable |
| Traits | Pure, DistributionTransfer |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
integer |
required | — |
| Result | result |
integer |
required | — |
Verification constraints¶
ElementWidthGreaterThan(result, input)