| 1177 | |
| 1178 | |
| 1179 | uint32_t LowLevelILOperand::GetSemanticFlagClass() const |
| 1180 | { |
| 1181 | if (m_type != SemanticFlagClassLowLevelOperand) |
| 1182 | throw LowLevelILInstructionAccessException(); |
| 1183 | return m_instr.GetRawOperandAsRegister(m_operandIndex); |
| 1184 | } |
| 1185 | |
| 1186 | |
| 1187 | uint32_t LowLevelILOperand::GetSemanticFlagGroup() const |
nothing calls this directly
no test coverage detected