Abstract
Abstract
copyThe equivalents of the Value.
The Value to compare with.
Whether the two Values are exactly the same.
The Value to compare with.
Whether the Value is the equivalent of the Value t
.
The Value to compare with.
Whether the Value is a sub-Value of the Value t
.
The Value to compare with.
The sub-Values of the Value that are in the same range.
Abstract
sameThe Value to compare with.
Whether the two Values are the same.
Abstract
strAbstract
subsThe sub-Values of the Value.
Abstract
supersThe super-Values of the Value
Value is an abstract class that is used to instantiate placeholders in the generated IR.
Take the following code snippet as an example of the IR:
In which
T1
,T2
,M
andV
are all placeholders. In the solving process, the solver will replace these placeholders with actual values, which are type, type, storage location and visibility respectively.Param: kind
The kind of the Value.