LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::IntRecTy Class Reference

#include <Record.h>

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

List of all members.

Public Member Functions

InitconvertValue (UnsetInit *UI) override
InitconvertValue (BitInit *BI) override
InitconvertValue (BitsInit *BI) override
InitconvertValue (IntInit *II) override
InitconvertValue (StringInit *SI) override
InitconvertValue (ListInit *LI) override
InitconvertValue (VarBitInit *VB) override
InitconvertValue (DefInit *DI) override
InitconvertValue (DagInit *DI) override
InitconvertValue (UnOpInit *UI) override
InitconvertValue (BinOpInit *UI) override
InitconvertValue (TernOpInit *UI) override
InitconvertValue (TypedInit *TI) override
InitconvertValue (VarInit *VI) override
InitconvertValue (FieldInit *FI) override
std::string getAsString () const override
bool typeIsConvertibleTo (const RecTy *RHS) const override
bool baseClassOf (const RecTy *) const override

Static Public Member Functions

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

Detailed Description

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

Definition at line 218 of file Record.h.


Member Function Documentation

bool IntRecTy::baseClassOf ( const RecTy RHS) const [override, virtual]
static bool llvm::IntRecTy::classof ( const RecTy RT) [inline, static]

Definition at line 223 of file Record.h.

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

Init* llvm::IntRecTy::convertValue ( UnsetInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 229 of file Record.h.

Referenced by convertValue().

Init * IntRecTy::convertValue ( BitInit BI) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 225 of file Record.cpp.

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

Init * IntRecTy::convertValue ( BitsInit BI) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 229 of file Record.cpp.

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

Init* llvm::IntRecTy::convertValue ( IntInit II) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 232 of file Record.h.

Init* llvm::IntRecTy::convertValue ( StringInit SI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 233 of file Record.h.

Init* llvm::IntRecTy::convertValue ( ListInit LI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 234 of file Record.h.

Init* llvm::IntRecTy::convertValue ( VarBitInit VB) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 235 of file Record.h.

Init* llvm::IntRecTy::convertValue ( DefInit DI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 236 of file Record.h.

Init* llvm::IntRecTy::convertValue ( DagInit DI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 237 of file Record.h.

Init* llvm::IntRecTy::convertValue ( UnOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 238 of file Record.h.

References convertValue().

Init* llvm::IntRecTy::convertValue ( BinOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 239 of file Record.h.

References convertValue().

Init* llvm::IntRecTy::convertValue ( TernOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 240 of file Record.h.

References convertValue().

Init * IntRecTy::convertValue ( TypedInit TI) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 240 of file Record.cpp.

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

Init* llvm::IntRecTy::convertValue ( VarInit VI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 242 of file Record.h.

References convertValue().

Init* llvm::IntRecTy::convertValue ( FieldInit FI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 243 of file Record.h.

References convertValue().

static IntRecTy* llvm::IntRecTy::get ( ) [inline, static]
std::string llvm::IntRecTy::getAsString ( ) const [inline, override, virtual]

Implements llvm::RecTy.

Definition at line 245 of file Record.h.

bool llvm::IntRecTy::typeIsConvertibleTo ( const RecTy RHS) const [inline, override, virtual]

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: