intWriteTemp

fun intWriteTemp(restriction: TypeRestriction): L2WriteIntOperand

Allocate a new L2IntRegister. Answer an L2WriteIntOperand that writes to it as a new temporary L2SemanticValue, restricting it with the given TypeRestriction.

Return

The new unboxed int write operand.

Parameters

restriction

The initial TypeRestriction for the new operand.