Register Transfer Language (RTL)

class gcc.Rtl

A wrapper around GCC’s struct rtx_def type: an expression within GCC’s Register Transfer Language

loc

The gcc.Location of this expression, or None

operands

The operands of this expression, as a tuple. The precise type of the operands will vary by subclass.

There are numerous subclasses. However, this part of the API is much less polished than the rest of the plugin.