| 557 | |
| 558 | |
| 559 | Variable HighLevelILOperand::GetVariable() const |
| 560 | { |
| 561 | if (m_type != VariableHighLevelOperand) |
| 562 | throw HighLevelILInstructionAccessException(); |
| 563 | return m_instr.GetRawOperandAsVariable(m_operandIndex); |
| 564 | } |
| 565 | |
| 566 | |
| 567 | SSAVariable HighLevelILOperand::GetSSAVariable() const |
no test coverage detected