addReadsTo

open fun addReadsTo(readOperands: MutableList<L2ReadOperand<*>>)

Capture all L2ReadOperands within this operand into the provided List.

Parameters

readOperands

The mutable List of L2ReadOperands being populated.