LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
unsigned | getReg () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1675 of file SelectionDAGNodes.h.
static bool llvm::RegisterSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1685 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and Register.
unsigned llvm::RegisterSDNode::getReg | ( | ) | const [inline] |
Definition at line 1683 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1677 of file SelectionDAGNodes.h.