| 779 | |
| 780 | |
| 781 | HighLevelILIndexList HighLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const |
| 782 | { |
| 783 | return HighLevelILIndexList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 784 | } |
| 785 | |
| 786 | |
| 787 | PossibleValueSet HighLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const |
no test coverage detected