| 2036 | |
| 2037 | |
| 2038 | MediumLevelILInstruction MediumLevelILInstruction::GetCarryExpr() const |
| 2039 | { |
| 2040 | size_t operandIndex; |
| 2041 | if (GetOperandIndexForUsage(CarryExprMediumLevelOperandUsage, operandIndex)) |
| 2042 | return GetRawOperandAsExpr(operandIndex); |
| 2043 | throw MediumLevelILInstructionAccessException(); |
| 2044 | } |
| 2045 | |
| 2046 | |
| 2047 | MediumLevelILInstruction MediumLevelILInstruction::GetStackExpr() const |
no test coverage detected