| 724 | |
| 725 | |
| 726 | uint64_t HighLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const |
| 727 | { |
| 728 | return operands[operand]; |
| 729 | } |
| 730 | |
| 731 | |
| 732 | ConstantData HighLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const |
no outgoing calls
no test coverage detected