| 2027 | |
| 2028 | |
| 2029 | MediumLevelILInstruction MediumLevelILInstruction::GetRightExpr() const |
| 2030 | { |
| 2031 | size_t operandIndex; |
| 2032 | if (GetOperandIndexForUsage(RightExprMediumLevelOperandUsage, operandIndex)) |
| 2033 | return GetRawOperandAsExpr(operandIndex); |
| 2034 | throw MediumLevelILInstructionAccessException(); |
| 2035 | } |
| 2036 | |
| 2037 | |
| 2038 | MediumLevelILInstruction MediumLevelILInstruction::GetCarryExpr() const |
no test coverage detected