tuple Source Registers Of
fun tupleSourceRegistersOf(instruction: L2Instruction): List<L2ReadBoxedOperand>
Content copied to clipboard
Given an L2Instruction using this operation, extract the list of registers that supply the elements of the tuple.
Return
The instruction's List of L2ReadBoxedOperands that supply the tuple elements.
Parameters
instruction
The tuple creation instruction to examine.