LLVM 22.0.0git
llvm::BitsRecTy Class Reference

'bits<n>' - Represent a fixed number of bits More...

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::BitsRecTy:
[legend]

Public Member Functions

unsigned getNumBits () const
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 BitsRecTyget (RecordKeeper &RK, unsigned Sz)

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

'bits<n>' - Represent a fixed number of bits

Definition at line 131 of file Record.h.

Member Function Documentation

◆ classof()

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

◆ get()

const BitsRecTy * BitsRecTy::get ( RecordKeeper & RK,
unsigned Sz )
static

◆ getAsString()

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

Implements llvm::RecTy.

Definition at line 177 of file Record.cpp.

References llvm::utostr().

◆ getNumBits()

unsigned llvm::BitsRecTy::getNumBits ( ) const
inline

Definition at line 144 of file Record.h.

◆ typeIsConvertibleTo()

bool BitsRecTy::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 181 of file Record.cpp.

References llvm::RecTy::BitRecTyKind, llvm::cast(), llvm::RecTy::IntRecTyKind, llvm::RecTy::RecTy(), and llvm::RecTy::typeIsConvertibleTo().


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