readInt

fun readInt(semanticValue: L2SemanticValue): L2ReadIntOperand

Create an L2ReadIntOperand for the L2SemanticValue of the earliest known unboxed int write for any semantic values in the same L2Synonym as the given semantic value.

Return

An L2ReadIntOperand that reads the value.

Parameters

semanticValue

The L2SemanticValue to read as an unboxed int value.