| 1169 | |
| 1170 | |
| 1171 | BNLowLevelILFlagCondition LowLevelILOperand::GetFlagCondition() const |
| 1172 | { |
| 1173 | if (m_type != FlagConditionLowLevelOperand) |
| 1174 | throw LowLevelILInstructionAccessException(); |
| 1175 | return m_instr.GetRawOperandAsFlagCondition(m_operandIndex); |
| 1176 | } |
| 1177 | |
| 1178 | |
| 1179 | uint32_t LowLevelILOperand::GetSemanticFlagClass() const |
no test coverage detected