Companion

object Companion

Functions

Link copied to clipboard
fun argsOf(instruction: L2Instruction): List<L2ReadBoxedOperand>

Extract the List of L2ReadBoxedOperands that supply the arguments to the primitive.

Link copied to clipboard
fun forPrimitive(primitive: Primitive): L2_RUN_INFALLIBLE_PRIMITIVE

Select an appropriate variant of the operation for the supplied Primitive, based on its global interference declarations.

Link copied to clipboard
fun primitiveOf(instruction: L2Instruction): Primitive

Extract the Primitive from the provided instruction.