StoreInt

StoreInt

data class StoreInt

Fields

Name Description
val byteWidth: Int
val storageBytes: Int
val bitWidth: Int
val storageBits: Int
val arg: MemArg

Constructors

<init>

constructor(bitWidth: Int, storageBits: Int, arg: MemArg)

Parameters

Name Description
bitWidth: Int
storageBits: Int
arg: MemArg

Methods

deDupe

fun deDupe(): StoreInt

Returns a canonical variant of the AstNode, if one exists - to avoid unnecessary objects on the heap.

ReturnValue

Name Description
StoreInt