| 1461 | |
| 1462 | |
| 1463 | SSARegister LowLevelILInstructionBase::GetRawOperandAsSSARegister(size_t operand) const |
| 1464 | { |
| 1465 | return SSARegister((uint32_t)operands[operand], (size_t)operands[operand + 1]); |
| 1466 | } |
| 1467 | |
| 1468 | |
| 1469 | SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsSSARegisterStack(size_t operand) const |
no test coverage detected