LLVM: llvm::DagRecTy Class Reference (original) (raw)

'dag' - Represent a dag fragment More...

#include "[llvm/TableGen/Record.h](TableGen%5F2Record%5F8h%5Fsource.html)"

Inheritance diagram for llvm::DagRecTy:

Public Member Functions
std::string getAsString () const override
Public Member Functions inherited from llvm::RecTy
RecTy (RecTyKind K, RecordKeeper &RK)
virtual ~RecTy ()=default
RecTyKind getRecTyKind () const
RecordKeeper & getRecordKeeper () const
Return the RecordKeeper that uniqued this Type.
void print (raw_ostream &OS) const
void dump () const
virtual bool typeIsConvertibleTo (const RecTy *RHS) const
Return true if all values of 'this' type can be converted to the specified type.
virtual bool typeIsA (const RecTy *RHS) const
Return true if 'this' type is equal to or a subtype of RHS.
const ListRecTy * getListTy () const
Returns the type representing list.

Detailed Description

'dag' - Represent a dag fragment

Definition at line 213 of file Record.h.

Member Function Documentation

classof()

get()

getAsString()

std::string DagRecTy::getAsString ( ) const overridevirtual

The documentation for this class was generated from the following files: