| 1028 | |
| 1029 | |
| 1030 | MediumLevelILSSAVariableList MediumLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const |
| 1031 | { |
| 1032 | return MediumLevelILSSAVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 1033 | } |
| 1034 | |
| 1035 | |
| 1036 | MediumLevelILInstructionList MediumLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
no test coverage detected