| 2384 | |
| 2385 | |
| 2386 | LowLevelILInstruction LowLevelILInstruction::GetSourceExpr() const |
| 2387 | { |
| 2388 | size_t operandIndex; |
| 2389 | if (GetOperandIndexForUsage(SourceExprLowLevelOperandUsage, operandIndex)) |
| 2390 | return GetRawOperandAsExpr(operandIndex); |
| 2391 | throw LowLevelILInstructionAccessException(); |
| 2392 | } |
| 2393 | |
| 2394 | |
| 2395 | uint32_t LowLevelILInstruction::GetSourceRegister() const |
no test coverage detected