AL ‐ Represent a reference to a 'def' in the description
Synopsis
Declared in <llvm/TableGen/Record.h>
class DefInit final
: public TypedInit
Base Classes
Name |
Description |
This is the common superclass of types that have a specific, explicit type, stored in ValueTy. |
Member Functions
Name |
Description |
|
Deleted copy constructor. |
Assignment operators |
|
|
Return the bits selected by |
|
Convert this initializer to |
Debugging method that may be called through a debugger; just invokes print on stderr. |
|
|
Return this initializer as TableGen source text. |
|
Convert this value to a literal form, without adding quotes around a string. |
|
Return the bit at index |
|
Return this initializer cast to |
Return the referenced record definition. |
|
|
Return the type of field |
Get the kind (type) of the value. |
|
Get the record keeper that initialized this Init. |
|
Get the type of the Init as a RecTy. |
|
|
Is this a complete value with no unset (uninitialized) subvalues? |
|
Return whether this initializer is concrete. |
Print this value. |
|
|
Resolve references in this initializer. |
Static Member Functions
Name |
Description |
Return true if |
Protected Enums
Name |
Description |
Discriminator enum (for isa<>, dyn_cast<>, et al.) |
Protected Data Members
Name |
Description |
Stores the opcode for unary, binary, and ternary operation initializers. |
Friends
Name |
Description |
Represents a TableGen class or definition. |
Created with MrDocs