class IntRecTy

Declaration

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

Description

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

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

Inherits from: RecTy

Method Overview

Inherited from RecTy:

Methods

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

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

Parameters

const llvm::RecTy* RT

static llvm::IntRecTy* get()

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

std::string getAsString() const

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

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

Parameters

const llvm::RecTy* RHS