Rizin
unix-like reverse engineering framework and cli tools
rz_il_op_args_ite_t Struct Reference

op structure for ite (bool -> 'a pure -> 'a pure -> 'a pure) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBoolcondition
 index of BOOL condition More...
 
RzILOpPurex
 index of RzILVal operand 1 More...
 
RzILOpPurey
 index of RzILVal operand 2 More...
 

Detailed Description

op structure for ite (bool -> 'a pure -> 'a pure -> 'a pure)

ite c x y is x if c evaluates to b1 else y.

Definition at line 249 of file rz_il_opcodes.h.

Member Data Documentation

◆ condition

RzILOpBool* rz_il_op_args_ite_t::condition

index of BOOL condition

Definition at line 250 of file rz_il_opcodes.h.

Referenced by rz_il_handler_ite().

◆ x

RzILOpPure* rz_il_op_args_ite_t::x

index of RzILVal operand 1

Definition at line 251 of file rz_il_opcodes.h.

Referenced by rz_il_handler_ite().

◆ y

RzILOpPure* rz_il_op_args_ite_t::y

index of RzILVal operand 2

Definition at line 252 of file rz_il_opcodes.h.

Referenced by rz_il_handler_ite().


The documentation for this struct was generated from the following file: