| 766 | |
| 767 | |
| 768 | HighLevelILInstructionList HighLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
| 769 | { |
| 770 | return HighLevelILInstructionList( |
| 771 | function, function->GetRawExpr(operands[operand + 1]), operands[operand], ast, instructionIndex); |
| 772 | } |
| 773 | |
| 774 | |
| 775 | HighLevelILSSAVariableList HighLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const |
no test coverage detected