|
LLVM
8.0.1
|
'bit' - Represent a single bit More...
#include "llvm/TableGen/Record.h"


Public Member Functions | |
| std::string | getAsString () const override |
| bool | typeIsConvertibleTo (const RecTy *RHS) const override |
| Return true if all values of 'this' type can be converted to the specified type. More... | |
Public Member Functions inherited from llvm::RecTy | |
| RecTy (RecTyKind K) | |
| virtual | ~RecTy ()=default |
| RecTyKind | getRecTyKind () const |
| void | print (raw_ostream &OS) const |
| void | dump () const |
| virtual bool | typeIsA (const RecTy *RHS) const |
| Return true if 'this' type is equal to or a subtype of RHS. More... | |
| ListRecTy * | getListTy () |
| Returns the type representing list<this>. More... | |
Static Public Member Functions | |
| static bool | classof (const RecTy *RT) |
| static BitRecTy * | get () |
Additional Inherited Members | |
Public Types inherited from llvm::RecTy | |
| enum | RecTyKind { BitRecTyKind, BitsRecTyKind, CodeRecTyKind, IntRecTyKind, StringRecTyKind, ListRecTyKind, DagRecTyKind, RecordRecTyKind } |
| Subclass discriminator (for dyn_cast<> et al.) More... | |
Definition at line 107 of file Record.h.
References llvm::RecTy::BitRecTyKind, and llvm::RecTy::getRecTyKind().
|
inlinestatic |
Definition at line 111 of file Record.h.
Referenced by llvm::OpInit::getBit(), llvm::VarInit::getBit(), llvm::VarListElementInit::getBit(), and llvm::FieldInit::getBit().
|
inlineoverridevirtual |
Implements llvm::RecTy.
Definition at line 113 of file Record.h.
References llvm::RecTy::typeIsConvertibleTo().
Return true if all values of 'this' type can be converted to the specified type.
Reimplemented from llvm::RecTy.
Definition at line 69 of file Record.cpp.
References llvm::RecTy::getRecTyKind(), llvm::RecTy::IntRecTyKind, and llvm::RecTy::typeIsConvertibleTo().
1.8.13