LLVM 22.0.0git
llvm::IntRecTy Class Reference

'int' - Represent an integer value of no particular size More...

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::IntRecTy:
[legend]

Public Member Functions

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

Static Public Member Functions

static bool classof (const RecTy *RT)
static const IntRecTyget (RecordKeeper &RK)

Additional Inherited Members

Public Types inherited from llvm::RecTy
enum  RecTyKind {
  BitRecTyKind , BitsRecTyKind , IntRecTyKind , StringRecTyKind ,
  ListRecTyKind , DagRecTyKind , RecordRecTyKind
}
 Subclass discriminator (for dyn_cast<> et al.) More...

Detailed Description

'int' - Represent an integer value of no particular size

Definition at line 152 of file Record.h.

Member Function Documentation

◆ classof()

bool llvm::IntRecTy::classof ( const RecTy * RT)
inlinestatic

◆ get()

◆ getAsString()

std::string llvm::IntRecTy::getAsString ( ) const
inlineoverridevirtual

Implements llvm::RecTy.

Definition at line 164 of file Record.h.

◆ typeIsConvertibleTo()

bool IntRecTy::typeIsConvertibleTo ( const RecTy * RHS) const
overridevirtual

Return true if all values of 'this' type can be converted to the specified type.

Reimplemented from llvm::RecTy.

Definition at line 192 of file Record.cpp.

References llvm::RecTy::BitRecTyKind, llvm::RecTy::BitsRecTyKind, llvm::RecTy::IntRecTyKind, and llvm::RecTy::RecTy().


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