| 973 | |
| 974 | |
| 975 | ConstantData MediumLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const |
| 976 | { |
| 977 | return ConstantData((BNRegisterValueType)operands[operand], (uint64_t)operands[operand + 1], size, function->GetFunction()); |
| 978 | } |
| 979 | |
| 980 | |
| 981 | size_t MediumLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const |
no test coverage detected