| 1041 | |
| 1042 | |
| 1043 | PossibleValueSet MediumLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const |
| 1044 | { |
| 1045 | return function->GetCachedPossibleValueSet(operands[operand]); |
| 1046 | } |
| 1047 | |
| 1048 | |
| 1049 | void MediumLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value) |
nothing calls this directly
no test coverage detected