| 1022 | |
| 1023 | |
| 1024 | MediumLevelILVariableList MediumLevelILInstructionBase::GetRawOperandAsVariableList(size_t operand) const |
| 1025 | { |
| 1026 | return MediumLevelILVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 1027 | } |
| 1028 | |
| 1029 | |
| 1030 | MediumLevelILSSAVariableList MediumLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const |
no test coverage detected