class BitRecTy
Declaration
class BitRecTy : public RecTy { /* full declaration omitted */ };
Description
'bit' - Represent a single bit
Declared at: llvm/include/llvm/TableGen/Record.h:108
Inherits from: RecTy
Member Variables
Method Overview
- private BitRecTy(llvm::RecordKeeper & RK)
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::BitRecTy * get(llvm::RecordKeeper & RK)
- public std::string getAsString() const
- public bool typeIsConvertibleTo(const llvm::RecTy * RHS) const
Inherited from RecTy:
- public dump
- public getAsString
- public getListTy
- public getRecTyKind
- public getRecordKeeper
- public print
- public typeIsA
- public typeIsConvertibleTo
Methods
¶BitRecTy(llvm::RecordKeeper& RK)
BitRecTy(llvm::RecordKeeper& RK)
Declared at: llvm/include/llvm/TableGen/Record.h:111
Parameters
¶static bool classof(const llvm::RecTy* RT)
static bool classof(const llvm::RecTy* RT)
Declared at: llvm/include/llvm/TableGen/Record.h:114
Parameters
- const llvm::RecTy* RT
¶static llvm::BitRecTy* get(llvm::RecordKeeper& RK)
static llvm::BitRecTy* get(llvm::RecordKeeper& RK)
Declared at: llvm/include/llvm/TableGen/Record.h:118
Parameters
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:120
¶bool typeIsConvertibleTo(
const llvm::RecTy* RHS) const
bool typeIsConvertibleTo(
const llvm::RecTy* RHS) const
Description
Return true if all values of 'this' type can be converted to the specified type.
Declared at: llvm/include/llvm/TableGen/Record.h:122
Parameters
- const llvm::RecTy* RHS