class BitRecTy

Declaration

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

Description

'bit' - Represent a single bit

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

Inherits from: RecTy

Method Overview

Inherited from RecTy:

Methods

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

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

Parameters

const llvm::RecTy* RT

static llvm::BitRecTy* get()

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

std::string getAsString() const

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

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:114

Parameters

const llvm::RecTy* RHS