LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

const MDNodegetMD () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1660 of file SelectionDAGNodes.h.


Member Function Documentation

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.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1662 of file SelectionDAGNodes.h.


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