class BitRecTy
Declaration
class BitRecTy : public RecTy { /* full declaration omitted */ };
Description
'bit' - Represent a single bit
Declared at: llvm/include/llvm/TableGen/Record.h:100
Inherits from: RecTy
Method Overview
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::BitRecTy * get()
- 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 print
- public typeIsA
- public typeIsConvertibleTo
Methods
¶static bool classof(const llvm::RecTy* RT)
static bool classof(const llvm::RecTy* RT)
Declared at: llvm/include/llvm/TableGen/Record.h:106
Parameters
- const llvm::RecTy* RT
¶static llvm::BitRecTy* get()
static llvm::BitRecTy* get()
Declared at: llvm/include/llvm/TableGen/Record.h:110
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:112
¶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:114
Parameters
- const llvm::RecTy* RHS