| 2333 | |
| 2334 | |
| 2335 | HighLevelILInstruction HighLevelILInstruction::GetLowExpr() const |
| 2336 | { |
| 2337 | size_t operandIndex; |
| 2338 | if (GetOperandIndexForUsage(LowExprHighLevelOperandUsage, operandIndex)) |
| 2339 | return GetRawOperandAsExpr(operandIndex); |
| 2340 | throw HighLevelILInstructionAccessException(); |
| 2341 | } |
| 2342 | |
| 2343 | |
| 2344 | uint64_t HighLevelILInstruction::GetOffset() const |
no test coverage detected