LoadFloat

LoadFloat

data class LoadFloat

Fields

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

Constructors

<init>

constructor(bitWidth: Int, arg: MemArg)

Parameters

Name Description
bitWidth: Int
arg: MemArg

Methods

deDupe

fun deDupe(): LoadFloat

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

ReturnValue

Name Description
LoadFloat