| 1137 | |
| 1138 | |
| 1139 | LowLevelILInstruction LowLevelILOperand::GetExpr() const |
| 1140 | { |
| 1141 | if (m_type != ExprLowLevelOperand) |
| 1142 | throw LowLevelILInstructionAccessException(); |
| 1143 | return m_instr.GetRawOperandAsExpr(m_operandIndex); |
| 1144 | } |
| 1145 | |
| 1146 | |
| 1147 | uint32_t LowLevelILOperand::GetRegister() const |
no test coverage detected