value-info ( value -- info )
Value info data type and operations

Prev:node-output-infos ( node -- seq )
Next:value-info<= ( info1 info2 -- ? )


Vocabulary
compiler.tree.propagation.info

Inputs
valuean integer


Outputs
infoa value-info-state


Word description
Gets the value info for the given SSA value. If none is found then a null empty interval is returned.

Definition