| 1479 | |
| 1480 | |
| 1481 | SSAFlag LowLevelILInstructionBase::GetRawOperandAsSSAFlag(size_t operand) const |
| 1482 | { |
| 1483 | return SSAFlag((uint32_t)operands[operand], (size_t)operands[operand + 1]); |
| 1484 | } |
| 1485 | |
| 1486 | |
| 1487 | LowLevelILIndexList LowLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const |