getDefinitions

fun <R : L2Register> getDefinitions(semanticValue: L2SemanticValue): List<R>

Retrieve all L2Registers known to contain the given L2SemanticValue. Narrow it to just those registers whose definitions all include that semantic value.

Return

A List of the requested L2Registers.

Parameters

The kind of [L2Register] to return.
semanticValue

The L2SemanticValue being examined.