LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
llvm::RegisterSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::RegisterSDNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::RegisterSDNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

unsigned getReg () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1675 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::RegisterSDNode::classof ( const SDNode N) [inline, static]

Definition at line 1685 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and Register.

Definition at line 1683 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1677 of file SelectionDAGNodes.h.


The documentation for this class was generated from the following file: