| 785 | |
| 786 | |
| 787 | PossibleValueSet HighLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const |
| 788 | { |
| 789 | return function->GetCachedPossibleValueSet(operands[operand]); |
| 790 | } |
| 791 | |
| 792 | |
| 793 | void HighLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value) |
nothing calls this directly
no test coverage detected