| 2162 | |
| 2163 | |
| 2164 | HighLevelILInstruction HighLevelILInstruction::GetSourceExpr() const |
| 2165 | { |
| 2166 | size_t operandIndex; |
| 2167 | if (GetOperandIndexForUsage(SourceExprHighLevelOperandUsage, operandIndex)) |
| 2168 | return GetRawOperandAsExpr(operandIndex); |
| 2169 | throw HighLevelILInstructionAccessException(); |
| 2170 | } |
| 2171 | |
| 2172 | |
| 2173 | Variable HighLevelILInstruction::GetVariable() const |
no test coverage detected