| 1552 | |
| 1553 | |
| 1554 | PossibleValueSet LowLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const |
| 1555 | { |
| 1556 | return function->GetCachedPossibleValueSet(operands[operand]); |
| 1557 | } |
| 1558 | |
| 1559 | |
| 1560 | void LowLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value) |
nothing calls this directly
no test coverage detected