LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::StringSDNode:
Public Member Functions | |
const std::string & | getValue () const |
Static Public Member Functions | |
static bool | classof (const StringSDNode *) |
static bool | classof (const SDNode *N) |
Protected Member Functions | |
StringSDNode (const std::string &val) | |
Friends | |
class | SelectionDAG |
Definition at line 1082 of file SelectionDAGNodes.h.
llvm::StringSDNode::StringSDNode | ( | const std::string & | val | ) | [inline, protected] |
Definition at line 1086 of file SelectionDAGNodes.h.
const std::string& llvm::StringSDNode::getValue | ( | ) | const [inline] |
Definition at line 1090 of file SelectionDAGNodes.h.
static bool llvm::StringSDNode::classof | ( | const StringSDNode * | ) | [inline, static] |
Definition at line 1091 of file SelectionDAGNodes.h.
static bool llvm::StringSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1092 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::STRING.
friend class SelectionDAG [friend] |