LLVM API Documentation

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 RegisterSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 RegisterSDNode (unsigned reg, MVT::ValueType VT)

Friends

class SelectionDAG

Detailed Description

Definition at line 1274 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::RegisterSDNode::RegisterSDNode ( unsigned  reg,
MVT::ValueType  VT 
) [inline, protected]

Definition at line 1278 of file SelectionDAGNodes.h.


Member Function Documentation

unsigned llvm::RegisterSDNode::getReg (  )  const [inline]

Definition at line 1282 of file SelectionDAGNodes.h.

References Reg.

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

Definition at line 1284 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1285 of file SelectionDAGNodes.h.

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


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1277 of file SelectionDAGNodes.h.


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