| 2234 | |
| 2235 | |
| 2236 | HighLevelILInstruction HighLevelILInstruction::GetCarryExpr() const |
| 2237 | { |
| 2238 | size_t operandIndex; |
| 2239 | if (GetOperandIndexForUsage(CarryExprHighLevelOperandUsage, operandIndex)) |
| 2240 | return GetRawOperandAsExpr(operandIndex); |
| 2241 | throw HighLevelILInstructionAccessException(); |
| 2242 | } |
| 2243 | |
| 2244 | |
| 2245 | HighLevelILInstruction HighLevelILInstruction::GetIndexExpr() const |
no test coverage detected