MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / int32

Function int32

tests/integration/rv64_codegen.rs:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5};
6
7fn int32() -> IrType {
8 IrType::Integer(IntWidth::I32)
9}
10
11fn int64() -> IrType {
12 IrType::Integer(IntWidth::I64)

Calls

no outgoing calls