| 549 | |
| 550 | |
| 551 | HighLevelILInstruction HighLevelILOperand::GetExpr() const |
| 552 | { |
| 553 | if (m_type != ExprHighLevelOperand) |
| 554 | throw HighLevelILInstructionAccessException(); |
| 555 | return m_instr.GetRawOperandAsExpr(m_operandIndex); |
| 556 | } |
| 557 | |
| 558 | |
| 559 | Variable HighLevelILOperand::GetVariable() const |
no test coverage detected