class SDVTListNode

Declaration

class SDVTListNode : public Node { /* full declaration omitted */ };

Description

Node - This class is used to maintain the singly linked bucket list in a folding set.

Declared at: llvm/include/llvm/CodeGen/SelectionDAG.h:86

Inherits from: FoldingSetBase::Node

Method Overview

  • public SDVTListNode(const llvm::FoldingSetNodeIDRef ID, const llvm::EVT * VT, unsigned int Num)
  • public llvm::SDVTList getSDVTList()

Inherited from FoldingSetBase::Node:

Methods

SDVTListNode(const llvm::FoldingSetNodeIDRef ID,
             const llvm::EVT* VT,
             unsigned int Num)

Declared at: llvm/include/llvm/CodeGen/SelectionDAG.h:102

Parameters

const llvm::FoldingSetNodeIDRef ID
const llvm::EVT* VT
unsigned int Num

llvm::SDVTList getSDVTList()

Declared at: llvm/include/llvm/CodeGen/SelectionDAG.h:107