LLVM API Documentation

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

#include <Record.h>

Inheritance diagram for llvm::BitRecTy:
Inheritance graph
[legend]
Collaboration diagram for llvm::BitRecTy:
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 BitRecTyget ()

Detailed Description

BitRecTy - 'bit' - Represent a single bit

Definition at line 142 of file Record.h.


Member Function Documentation

bool BitRecTy::baseClassOf ( const RecTy RHS) const [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 135 of file Record.cpp.

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

static bool llvm::BitRecTy::classof ( const RecTy RT) [inline, static]

Definition at line 147 of file Record.h.

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

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

Reimplemented from llvm::RecTy.

Definition at line 153 of file Record.h.

Referenced by convertValue().

Init* llvm::BitRecTy::convertValue ( BitInit BI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 154 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 103 of file Record.cpp.

References llvm::BitsInit::getBit(), and llvm::BitsInit::getNumBits().

Init * BitRecTy::convertValue ( IntInit II) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 108 of file Record.cpp.

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

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

Reimplemented from llvm::RecTy.

Definition at line 157 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 158 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 159 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 160 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 161 of file Record.h.

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

Reimplemented from llvm::RecTy.

Definition at line 162 of file Record.h.

References convertValue().

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

Reimplemented from llvm::RecTy.

Definition at line 163 of file Record.h.

References convertValue().

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

Reimplemented from llvm::RecTy.

Definition at line 164 of file Record.h.

References convertValue().

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

Reimplemented from llvm::RecTy.

Definition at line 115 of file Record.cpp.

References get(), and llvm::TypedInit::getType().

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

Reimplemented from llvm::RecTy.

Definition at line 166 of file Record.h.

References convertValue().

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

Reimplemented from llvm::RecTy.

Definition at line 167 of file Record.h.

References convertValue().

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

Implements llvm::RecTy.

Definition at line 169 of file Record.h.

bool llvm::BitRecTy::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 171 of file Record.h.

References llvm::RecTy::baseClassOf().


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