| 1034 | |
| 1035 | |
| 1036 | MediumLevelILInstructionList MediumLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
| 1037 | { |
| 1038 | return MediumLevelILInstructionList( |
| 1039 | function, function->GetRawExpr(operands[operand + 1]), operands[operand], instructionIndex); |
| 1040 | } |
| 1041 | |
| 1042 | |
| 1043 | PossibleValueSet MediumLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const |
no test coverage detected