| 2324 | |
| 2325 | |
| 2326 | HighLevelILInstruction HighLevelILInstruction::GetHighExpr() const |
| 2327 | { |
| 2328 | size_t operandIndex; |
| 2329 | if (GetOperandIndexForUsage(HighExprHighLevelOperandUsage, operandIndex)) |
| 2330 | return GetRawOperandAsExpr(operandIndex); |
| 2331 | throw HighLevelILInstructionAccessException(); |
| 2332 | } |
| 2333 | |
| 2334 | |
| 2335 | HighLevelILInstruction HighLevelILInstruction::GetLowExpr() const |
no test coverage detected