LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

EVT getVT () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

VTSDNode - This class is used to represent EVT's, which are used to parameterize some operations.

Definition at line 1800 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::VTSDNode::classof ( const SDNode N) [inline, static]

Definition at line 1811 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and llvm::ISD::VALUETYPE.

EVT llvm::VTSDNode::getVT ( ) const [inline]

Definition at line 1809 of file SelectionDAGNodes.h.

Referenced by checkValueWidth().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1802 of file SelectionDAGNodes.h.


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