| 1047 | |
| 1048 | |
| 1049 | void MediumLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value) |
| 1050 | { |
| 1051 | operands[operandIndex] = value; |
| 1052 | function->UpdateInstructionOperand(exprIndex, operandIndex, value); |
| 1053 | } |
| 1054 | |
| 1055 | |
| 1056 | void MediumLevelILInstructionBase::UpdateRawOperandAsSSAVariableList( |
nothing calls this directly
no test coverage detected