class BitRecTy

Declaration

class BitRecTy : public RecTy { /* full declaration omitted */ };

Description

'bit' - Represent a single bit

Declared at: llvm/include/llvm/TableGen/Record.h:108

Inherits from: RecTy

Member Variables

Method Overview

  • private BitRecTy(llvm::RecordKeeper & RK)
  • public static bool classof(const llvm::RecTy * RT)
  • public static llvm::BitRecTy * get(llvm::RecordKeeper & RK)
  • public std::string getAsString() const
  • public bool typeIsConvertibleTo(const llvm::RecTy * RHS) const

Inherited from RecTy:

Methods

BitRecTy(llvm::RecordKeeper& RK)

Declared at: llvm/include/llvm/TableGen/Record.h:111

Parameters

llvm::RecordKeeper& RK

static bool classof(const llvm::RecTy* RT)

Declared at: llvm/include/llvm/TableGen/Record.h:114

Parameters

const llvm::RecTy* RT

static llvm::BitRecTy* get(llvm::RecordKeeper& RK)

Declared at: llvm/include/llvm/TableGen/Record.h:118

Parameters

llvm::RecordKeeper& RK

std::string getAsString() const

Declared at: llvm/include/llvm/TableGen/Record.h:120

bool typeIsConvertibleTo(
    const llvm::RecTy* RHS) const

Description

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

Declared at: llvm/include/llvm/TableGen/Record.h:122

Parameters

const llvm::RecTy* RHS