'bit' ‐ Represent a single bit
Synopsis
Declared in <llvm/TableGen/Record.h>
class BitRecTy
: public RecTy
Base Classes
Name |
Description |
Represents a TableGen type. |
Enums
Name |
Description |
Subclass discriminator (for dyn_cast<> et al.) |
Member Functions
Name |
Description |
Print this type to the standard error stream. |
|
|
Return the TableGen spelling of this type. |
Returns the type representing list<thistype>. |
|
Return this type's kind. |
|
Return the RecordKeeper that uniqued this Type. |
|
Print this type to |
|
|
Return true if 'this' type is equal to or a subtype of RHS. For example, a bit set is not an int, but they are convertible. |
|
Return true if this type is convertible to |
Static Member Functions
Non-Member Functions
Name |
Description |
Find a common type that T1 and T2 convert to. Return 0 if no such type exists. |
Created with MrDocs