LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
ISD::CvtCode | getCvtCode () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
CvtRndSatSDNode - NOTE: avoid using this node as this may disappear in the future and most targets don't support it.
Definition at line 1781 of file SelectionDAGNodes.h.
static bool llvm::CvtRndSatSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1793 of file SelectionDAGNodes.h.
References llvm::ISD::CONVERT_RNDSAT, and llvm::SDNode::getOpcode().
ISD::CvtCode llvm::CvtRndSatSDNode::getCvtCode | ( | ) | const [inline] |
Definition at line 1791 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1783 of file SelectionDAGNodes.h.