| 1497 | |
| 1498 | |
| 1499 | LowLevelILInstructionList LowLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
| 1500 | { |
| 1501 | return LowLevelILInstructionList( |
| 1502 | function, function->GetRawExpr(operands[operand + 1]), operands[operand], instructionIndex); |
| 1503 | } |
| 1504 | |
| 1505 | |
| 1506 | LowLevelILRegisterOrFlagList LowLevelILInstructionBase::GetRawOperandAsRegisterOrFlagList(size_t operand) const |
no test coverage detected