| 1224 | |
| 1225 | |
| 1226 | SSAFlag LowLevelILOperand::GetSSAFlag() const |
| 1227 | { |
| 1228 | if (m_type != SSAFlagLowLevelOperand) |
| 1229 | throw LowLevelILInstructionAccessException(); |
| 1230 | return m_instr.GetRawOperandAsSSAFlag(m_operandIndex); |
| 1231 | } |
| 1232 | |
| 1233 | |
| 1234 | LowLevelILIndexList LowLevelILOperand::GetIndexList() const |
no test coverage detected