| 985 | |
| 986 | |
| 987 | MediumLevelILInstruction MediumLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const |
| 988 | { |
| 989 | return MediumLevelILInstruction( |
| 990 | function, function->GetRawExpr(operands[operand]), operands[operand], instructionIndex); |
| 991 | } |
| 992 | |
| 993 | |
| 994 | Variable MediumLevelILInstructionBase::GetRawOperandAsVariable(size_t operand) const |
no test coverage detected