| 581 | |
| 582 | |
| 583 | HighLevelILSSAVariableList HighLevelILOperand::GetSSAVariableList() const |
| 584 | { |
| 585 | if (m_type != SSAVariableListHighLevelOperand) |
| 586 | throw HighLevelILInstructionAccessException(); |
| 587 | return m_instr.GetRawOperandAsSSAVariableList(m_operandIndex); |
| 588 | } |
| 589 | |
| 590 | |
| 591 | HighLevelILIndexList HighLevelILOperand::GetIndexList() const |
no test coverage detected