| 770 | |
| 771 | |
| 772 | MediumLevelILInstruction MediumLevelILOperand::GetExpr() const |
| 773 | { |
| 774 | if (m_type != ExprMediumLevelOperand) |
| 775 | throw MediumLevelILInstructionAccessException(); |
| 776 | return m_instr.GetRawOperandAsExpr(m_operandIndex); |
| 777 | } |
| 778 | |
| 779 | |
| 780 | Variable MediumLevelILOperand::GetVariable() const |
no test coverage detected