Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
mop_pair_t Class Reference

Pair of operands. More...

#include <hexrays.hpp>

Public Attributes

mop_t lop
 low operand More...
 
mop_t hop
 high operand More...
 

Detailed Description

Pair of operands.

Definition at line 2971 of file hexrays.hpp.

Member Data Documentation

◆ hop

mop_t mop_pair_t::hop

high operand

Definition at line 2975 of file hexrays.hpp.

◆ lop

mop_t mop_pair_t::lop

low operand

Definition at line 2974 of file hexrays.hpp.