class IntRecTy
Declaration
class IntRecTy : public RecTy { /* full declaration omitted */ };
Description
'int' - Represent an integer value of no particular size
Declared at: llvm/include/llvm/TableGen/Record.h:158
Inherits from: RecTy
Method Overview
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::IntRecTy * 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:164
Parameters
- const llvm::RecTy* RT
¶static llvm::IntRecTy* get()
static llvm::IntRecTy* get()
Declared at: llvm/include/llvm/TableGen/Record.h:168
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:170
¶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:172
Parameters
- const llvm::RecTy* RHS