class DagRecTy
Declaration
class DagRecTy : public RecTy { /* full declaration omitted */ };
Description
'dag' - Represent a dag fragment
Declared at: llvm/include/llvm/TableGen/Record.h:218
Inherits from: RecTy
Method Overview
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::DagRecTy * get()
- public std::string getAsString() 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:224
Parameters
- const llvm::RecTy* RT
¶static llvm::DagRecTy* get()
static llvm::DagRecTy* get()
Declared at: llvm/include/llvm/TableGen/Record.h:228
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:230