LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::IntRecTy Class Reference

#include <Record.h>

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

Public Member Functions

virtual InitconvertValue (UnsetInit *UI)
 
virtual InitconvertValue (BitInit *BI)
 
virtual InitconvertValue (BitsInit *BI)
 
virtual InitconvertValue (IntInit *II)
 
virtual InitconvertValue (StringInit *SI)
 
virtual InitconvertValue (ListInit *LI)
 
virtual InitconvertValue (VarBitInit *VB)
 
virtual InitconvertValue (DefInit *DI)
 
virtual InitconvertValue (DagInit *DI)
 
virtual InitconvertValue (UnOpInit *UI)
 
virtual InitconvertValue (BinOpInit *UI)
 
virtual InitconvertValue (TernOpInit *UI)
 
virtual InitconvertValue (TypedInit *TI)
 
virtual InitconvertValue (VarInit *VI)
 
virtual InitconvertValue (FieldInit *FI)
 
virtual std::string getAsString () const
 
virtual bool typeIsConvertibleTo (const RecTy *RHS) const
 
virtual bool baseClassOf (const RecTy *) const
 
- 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 219 of file Record.h.

Member Function Documentation

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

Definition at line 223 of file Record.h.

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

virtual Init* llvm::IntRecTy::convertValue ( UnsetInit UI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 229 of file Record.h.

Init * IntRecTy::convertValue ( BitInit BI)
virtual

Reimplemented from llvm::RecTy.

Definition at line 212 of file Record.cpp.

References llvm::IntInit::get(), and llvm::BitInit::getValue().

Init * IntRecTy::convertValue ( BitsInit BI)
virtual

Reimplemented from llvm::RecTy.

Definition at line 216 of file Record.cpp.

References llvm::tgtok::Bit, llvm::IntInit::get(), llvm::BitsInit::getBit(), and llvm::BitsInit::getNumBits().

virtual Init* llvm::IntRecTy::convertValue ( IntInit II)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 232 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( StringInit SI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 233 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( ListInit LI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 234 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( VarBitInit VB)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 235 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( DefInit DI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 236 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( DagInit DI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 237 of file Record.h.

virtual Init* llvm::IntRecTy::convertValue ( UnOpInit UI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 238 of file Record.h.

References llvm::RecTy::convertValue().

virtual Init* llvm::IntRecTy::convertValue ( BinOpInit UI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 239 of file Record.h.

References llvm::RecTy::convertValue().

virtual Init* llvm::IntRecTy::convertValue ( TernOpInit UI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 240 of file Record.h.

References llvm::RecTy::convertValue().

Init * IntRecTy::convertValue ( TypedInit TI)
virtual

Reimplemented from llvm::RecTy.

Definition at line 227 of file Record.cpp.

References llvm::TypedInit::getType(), and llvm::RecTy::typeIsConvertibleTo().

virtual Init* llvm::IntRecTy::convertValue ( VarInit VI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 242 of file Record.h.

References llvm::RecTy::convertValue().

virtual Init* llvm::IntRecTy::convertValue ( FieldInit FI)
inlinevirtual

Reimplemented from llvm::RecTy.

Definition at line 243 of file Record.h.

References llvm::RecTy::convertValue().

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

Implements llvm::RecTy.

Definition at line 245 of file Record.h.

virtual bool llvm::IntRecTy::typeIsConvertibleTo ( const RecTy RHS) const
inlinevirtual

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

Implements llvm::RecTy.

Definition at line 247 of file Record.h.

References llvm::RecTy::baseClassOf().


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