argsOf

fun argsOf(instruction: L2Instruction): List<L2ReadBoxedOperand>

Extract the List of L2ReadBoxedOperands that supply the arguments to the primitive.

Return

The List of L2ReadBoxedOperands that supply arguments to the primitive.

Parameters

instruction

The L2Instruction from which to extract the list of arguments.