LLVM  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::IntRecTy Class Reference

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

#include <Record.h>

Inheritance diagram for llvm::IntRecTy:
[legend]
Collaboration diagram for llvm::IntRecTy:
[legend]

Public Member Functions

std::string getAsString () const override
 
bool typeIsConvertibleTo (const RecTy *RHS) const override
 typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type. More...
 
- Public Member Functions inherited from llvm::RecTy
RecTyKind getRecTyKind () const
 
 RecTy (RecTyKind K)
 
virtual ~RecTy ()
 
void print (raw_ostream &OS) const
 
void dump () const
 
ListRecTygetListTy ()
 getListTy - Returns the type representing list<this>. More...
 

Static Public Member Functions

static bool classof (const RecTy *RT)
 
static IntRecTyget ()
 

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

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

Definition at line 120 of file Record.h.

Member Function Documentation

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

Definition at line 125 of file Record.h.

References llvm::RecTy::getRecTyKind(), and llvm::RecTy::IntRecTyKind.

static IntRecTy* llvm::IntRecTy::get ( )
inlinestatic
std::string llvm::IntRecTy::getAsString ( ) const
inlineoverridevirtual

Implements llvm::RecTy.

Definition at line 131 of file Record.h.

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

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

Reimplemented from llvm::RecTy.

Definition at line 131 of file Record.cpp.

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


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