| 2494 | |
| 2495 | |
| 2496 | SSARegisterStack LowLevelILInstruction::GetDestSSARegisterStack() const |
| 2497 | { |
| 2498 | size_t operandIndex; |
| 2499 | if (GetOperandIndexForUsage(DestSSARegisterStackLowLevelOperandUsage, operandIndex)) |
| 2500 | return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegisterStack(0); |
| 2501 | throw LowLevelILInstructionAccessException(); |
| 2502 | } |
| 2503 | |
| 2504 | |
| 2505 | SSAFlag LowLevelILInstruction::GetDestSSAFlag() const |
nothing calls this directly
no test coverage detected