LLVM API Documentation

llvm::JumpTableSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::JumpTableSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

int getIndex () const

Static Public Member Functions

static bool classof (const JumpTableSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 JumpTableSDNode (int jti, MVT::ValueType VT, bool isTarg)

Friends

class SelectionDAG

Detailed Description

Definition at line 1191 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::JumpTableSDNode::JumpTableSDNode ( int  jti,
MVT::ValueType  VT,
bool  isTarg 
) [inline, protected]

Definition at line 1195 of file SelectionDAGNodes.h.


Member Function Documentation

int llvm::JumpTableSDNode::getIndex (  )  const [inline]

Definition at line 1200 of file SelectionDAGNodes.h.

Referenced by LowerJumpTable().

static bool llvm::JumpTableSDNode::classof ( const JumpTableSDNode  )  [inline, static]

Definition at line 1202 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1203 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), llvm::ISD::JumpTable, and llvm::ISD::TargetJumpTable.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1194 of file SelectionDAGNodes.h.


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