| 565 | |
| 566 | |
| 567 | SSAVariable HighLevelILOperand::GetSSAVariable() const |
| 568 | { |
| 569 | if (m_type != SSAVariableHighLevelOperand) |
| 570 | throw HighLevelILInstructionAccessException(); |
| 571 | return m_instr.GetRawOperandAsSSAVariable(m_operandIndex); |
| 572 | } |
| 573 | |
| 574 | |
| 575 | HighLevelILInstructionList HighLevelILOperand::GetExprList() const |
no test coverage detected