| 762 | |
| 763 | |
| 764 | uint32_t MediumLevelILOperand::GetIntrinsic() const |
| 765 | { |
| 766 | if (m_type != IntrinsicMediumLevelOperand) |
| 767 | throw MediumLevelILInstructionAccessException(); |
| 768 | return (uint32_t)m_instr.GetRawOperandAsInteger(m_operandIndex); |
| 769 | } |
| 770 | |
| 771 | |
| 772 | MediumLevelILInstruction MediumLevelILOperand::GetExpr() const |
nothing calls this directly
no test coverage detected