Return the 0‐terminated list of super‐register indices into this class.

Synopsis

Declared in <llvm/MC/MCRegisterInfo.h>

uint16_t const*
getSuperRegIndices() const;

Description

The list has an entry for each Idx such that:

There exists SuperRC where: For all Reg in SuperRC: this‐>contains(Reg:Idx)

Return Value

Zero‐terminated array of super‐register indices.

Created with MrDocs