| 2566 | |
| 2567 | |
| 2568 | LowLevelILInstruction LowLevelILInstruction::GetRightExpr() const |
| 2569 | { |
| 2570 | size_t operandIndex; |
| 2571 | if (GetOperandIndexForUsage(RightExprLowLevelOperandUsage, operandIndex)) |
| 2572 | return GetRawOperandAsExpr(operandIndex); |
| 2573 | throw LowLevelILInstructionAccessException(); |
| 2574 | } |
| 2575 | |
| 2576 | |
| 2577 | LowLevelILInstruction LowLevelILInstruction::GetCarryExpr() const |
no test coverage detected