LLVM API Documentation
#include <Record.h>


Public Member Functions | |
| virtual Init * | convertValue (UnsetInit *UI) |
| virtual Init * | convertValue (BitInit *BI) |
| virtual Init * | convertValue (BitsInit *BI) |
| virtual Init * | convertValue (IntInit *II) |
| virtual Init * | convertValue (StringInit *SI) |
| virtual Init * | convertValue (ListInit *LI) |
| virtual Init * | convertValue (VarBitInit *VB) |
| virtual Init * | convertValue (DefInit *DI) |
| virtual Init * | convertValue (DagInit *DI) |
| virtual Init * | convertValue (UnOpInit *UI) |
| virtual Init * | convertValue (BinOpInit *UI) |
| virtual Init * | convertValue (TernOpInit *UI) |
| virtual Init * | convertValue (TypedInit *TI) |
| virtual Init * | convertValue (VarInit *VI) |
| virtual Init * | convertValue (FieldInit *FI) |
| virtual std::string | getAsString () const |
| virtual bool | typeIsConvertibleTo (const RecTy *RHS) const |
| virtual bool | baseClassOf (const RecTy *) const |
Static Public Member Functions | |
| static bool | classof (const RecTy *RT) |
| static IntRecTy * | get () |
IntRecTy - 'int' - Represent an integer value of no particular size
Reimplemented from llvm::RecTy.
Definition at line 233 of file Record.cpp.
References llvm::RecTy::BitRecTyKind, llvm::RecTy::BitsRecTyKind, llvm::RecTy::getRecTyKind(), and llvm::RecTy::IntRecTyKind.
Definition at line 223 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::IntRecTyKind.
Reimplemented from llvm::RecTy.
Definition at line 229 of file Record.h.
Referenced by convertValue().
Reimplemented from llvm::RecTy.
Definition at line 212 of file Record.cpp.
References get(), and llvm::BitInit::getValue().
Reimplemented from llvm::RecTy.
Definition at line 216 of file Record.cpp.
References llvm::tgtok::Bit, get(), llvm::BitsInit::getBit(), and llvm::BitsInit::getNumBits().
Reimplemented from llvm::RecTy.
| virtual Init* llvm::IntRecTy::convertValue | ( | StringInit * | SI | ) | [inline, virtual] |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
| virtual Init* llvm::IntRecTy::convertValue | ( | VarBitInit * | VB | ) | [inline, virtual] |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
| virtual Init* llvm::IntRecTy::convertValue | ( | TernOpInit * | UI | ) | [inline, virtual] |
Reimplemented from llvm::RecTy.
Definition at line 227 of file Record.cpp.
References llvm::TypedInit::getType(), and llvm::RecTy::typeIsConvertibleTo().
| static IntRecTy* llvm::IntRecTy::get | ( | ) | [inline, static] |
Definition at line 227 of file Record.h.
Referenced by convertValue(), llvm::BinOpInit::Fold(), llvm::TernOpInit::Fold(), and llvm::TernOpInit::resolveReferences().
| virtual std::string llvm::IntRecTy::getAsString | ( | ) | const [inline, virtual] |
Implements llvm::RecTy.
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().