| 760 | |
| 761 | |
| 762 | SSAVariable HighLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const |
| 763 | { |
| 764 | return SSAVariable(Variable::FromIdentifier(operands[operand]), (size_t)operands[operand + 1]); |
| 765 | } |
| 766 | |
| 767 | |
| 768 | HighLevelILInstructionList HighLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
no test coverage detected