LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
ISD::CondCode | get () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1763 of file SelectionDAGNodes.h.
static bool llvm::CondCodeSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1774 of file SelectionDAGNodes.h.
References llvm::ISD::CONDCODE, and llvm::SDNode::getOpcode().
ISD::CondCode llvm::CondCodeSDNode::get | ( | ) | const [inline] |
Definition at line 1772 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1765 of file SelectionDAGNodes.h.