GCC Middle and Back End API Reference
addr_const Class Reference
Collaboration diagram for addr_const:

Data Fields

rtx base
 
poly_int64 offset
 

Detailed Description

Given an expression EXP with a constant value,
reduce it to the sum of an assembler symbol and an integer.
Store them both in the structure *VALUE.
EXP must be reducible.   

Field Documentation

◆ base

rtx addr_const::base

Referenced by const_hash_1(), and decode_addr_const().

◆ offset

poly_int64 addr_const::offset

Referenced by const_hash_1(), and decode_addr_const().


The documentation for this class was generated from the following file: