Table 2: Constant RTL expression types
(const_int i) | Represents the integer value of i. |
(symbol_ref:m name) | Represents the value of a label for data. name is a string that describes the name of the label. |
(label_ref label) | Represents the value of a label for code. label indentifies where the branch or call instruction will transfer control to. |