LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

ISD::CvtCode getCvtCode () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

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.


Member Function Documentation

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().

Definition at line 1791 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1783 of file SelectionDAGNodes.h.


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