| 1485 | |
| 1486 | |
| 1487 | LowLevelILIndexList LowLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const |
| 1488 | { |
| 1489 | return LowLevelILIndexList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 1490 | } |
| 1491 | |
| 1492 | |
| 1493 | LowLevelILIndexMap LowLevelILInstructionBase::GetRawOperandAsIndexMap(size_t operand) const |
no test coverage detected