| 1185 | |
| 1186 | |
| 1187 | uint32_t LowLevelILOperand::GetSemanticFlagGroup() const |
| 1188 | { |
| 1189 | if (m_type != SemanticFlagGroupLowLevelOperand) |
| 1190 | throw LowLevelILInstructionAccessException(); |
| 1191 | return m_instr.GetRawOperandAsRegister(m_operandIndex); |
| 1192 | } |
| 1193 | |
| 1194 | |
| 1195 | uint32_t LowLevelILOperand::GetIntrinsic() const |
nothing calls this directly
no test coverage detected