class DagRecTy

Declaration

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

Description

'dag' - Represent a dag fragment

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

Inherits from: RecTy

Method Overview

  • public static bool classof(const llvm::RecTy * RT)
  • public static llvm::DagRecTy * get()
  • public std::string getAsString() const

Inherited from RecTy:

Methods

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

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

Parameters

const llvm::RecTy* RT

static llvm::DagRecTy* get()

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

std::string getAsString() const

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