Select a bit range from this initializer.
Declared in <llvm/TableGen/Record.h>
virtual
Init const*
convertInitializerBitRange(ArrayRef<unsigned int> Bits) const;
Return the specified bits as a new Init of type bits, or null if bit selection is not legal for this value.
The selected bits as a new initializer, or null if bit selection is not legal.
| Name | Description |
|---|---|
| Bits | The selected bit indices. |