LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
const MDNode * | getMD () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1660 of file SelectionDAGNodes.h.
static bool llvm::MDNodeSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1670 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::MDNODE_SDNODE.
const MDNode* llvm::MDNodeSDNode::getMD | ( | ) | const [inline] |
Definition at line 1668 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1662 of file SelectionDAGNodes.h.