| 533 | |
| 534 | |
| 535 | size_t HighLevelILOperand::GetIndex() const |
| 536 | { |
| 537 | if (m_type != IndexHighLevelOperand) |
| 538 | throw HighLevelILInstructionAccessException(); |
| 539 | return m_instr.GetRawOperandAsIndex(m_operandIndex); |
| 540 | } |
| 541 | |
| 542 | |
| 543 | uint32_t HighLevelILOperand::GetIntrinsic() const |
nothing calls this directly
no test coverage detected