| 730 | |
| 731 | |
| 732 | ConstantData HighLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const |
| 733 | { |
| 734 | return ConstantData((BNRegisterValueType)operands[operand], (uint64_t)operands[operand + 1], size, function->GetFunction()); |
| 735 | } |
| 736 | |
| 737 | |
| 738 | size_t HighLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const |
no test coverage detected