| 2575 | |
| 2576 | |
| 2577 | LowLevelILInstruction LowLevelILInstruction::GetCarryExpr() const |
| 2578 | { |
| 2579 | size_t operandIndex; |
| 2580 | if (GetOperandIndexForUsage(CarryExprLowLevelOperandUsage, operandIndex)) |
| 2581 | return GetRawOperandAsExpr(operandIndex); |
| 2582 | throw LowLevelILInstructionAccessException(); |
| 2583 | } |
| 2584 | |
| 2585 | |
| 2586 | LowLevelILInstruction LowLevelILInstruction::GetConditionExpr() const |
no test coverage detected