| 967 | |
| 968 | |
| 969 | uint64_t MediumLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const |
| 970 | { |
| 971 | return operands[operand]; |
| 972 | } |
| 973 | |
| 974 | |
| 975 | ConstantData MediumLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const |
no outgoing calls
no test coverage detected