| 2018 | |
| 2019 | |
| 2020 | MediumLevelILInstruction MediumLevelILInstruction::GetLeftExpr() const |
| 2021 | { |
| 2022 | size_t operandIndex; |
| 2023 | if (GetOperandIndexForUsage(LeftExprMediumLevelOperandUsage, operandIndex)) |
| 2024 | return GetRawOperandAsExpr(operandIndex); |
| 2025 | throw MediumLevelILInstructionAccessException(); |
| 2026 | } |
| 2027 | |
| 2028 | |
| 2029 | MediumLevelILInstruction MediumLevelILInstruction::GetRightExpr() const |
no test coverage detected