LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
const uint32_t * | getRegMask () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1690 of file SelectionDAGNodes.h.
static bool llvm::RegisterMaskSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1701 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::RegisterMask.
const uint32_t* llvm::RegisterMaskSDNode::getRegMask | ( | ) | const [inline] |
Definition at line 1699 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1693 of file SelectionDAGNodes.h.