| 830 | |
| 831 | |
| 832 | RegisterValue HighLevelILInstructionBase::GetValue() const |
| 833 | { |
| 834 | if (!HasMediumLevelIL()) |
| 835 | return RegisterValue(); |
| 836 | return GetMediumLevelILSSAForm().GetValue(); |
| 837 | } |
| 838 | |
| 839 | |
| 840 | PossibleValueSet HighLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const |
nothing calls this directly
no test coverage detected