| 773 | |
| 774 | |
| 775 | HighLevelILSSAVariableList HighLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const |
| 776 | { |
| 777 | return HighLevelILSSAVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 778 | } |
| 779 | |
| 780 | |
| 781 | HighLevelILIndexList HighLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const |
no test coverage detected