LoadInt data class LoadInt Fields Name Description val byteWidth: Int val storageBytes: Int val bitWidth: Int val storageBits: Int val signed: Boolean val arg: MemArg Constructors <init> constructor(bitWidth: Int, storageBits: Int, signed: Boolean, arg: MemArg) Parameters Name Description bitWidth: Int storageBits: Int signed: Boolean arg: MemArg Methods deDupe fun deDupe(): LoadInt Returns a canonical variant of the AstNode, if one exists - to avoid unnecessary objects on the heap. ReturnValue Name Description LoadInt
Returns a canonical variant of the AstNode, if one exists - to avoid unnecessary objects on the heap.