Instruction.get_operand()
Returns the index-th operand of the instruction
get_operand(
index: int
) β Value
The instruction consists of operands, which are typed as Value or Value-derived objects, such as Var, Call, etc.
Query
Output
Last updated
Returns the index-th operand of the instruction
get_operand(
index: int
) β Value
The instruction consists of operands, which are typed as Value or Value-derived objects, such as Var, Call, etc.
Query
Output
Last updated