LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::ARG_FLAGSSDNode Class Reference

ARG_FLAGSSDNode - Leaf node holding parameter flags. More...

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::ARG_FLAGSSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

ISD::ArgFlagsTy getArgFlags () const

Static Public Member Functions

bool classof (const ARG_FLAGSSDNode *)
bool classof (const SDNode *N)

Protected Member Functions

 ARG_FLAGSSDNode (ISD::ArgFlagsTy Flags)

Friends

class SelectionDAG

Detailed Description

ARG_FLAGSSDNode - Leaf node holding parameter flags.

Definition at line 2163 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::ARG_FLAGSSDNode::ARG_FLAGSSDNode ISD::ArgFlagsTy  Flags  )  [inline, explicit, protected]
 

Definition at line 2168 of file SelectionDAGNodes.h.


Member Function Documentation

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

Reimplemented from llvm::SDNode.

Definition at line 2175 of file SelectionDAGNodes.h.

bool llvm::ARG_FLAGSSDNode::classof const ARG_FLAGSSDNode  )  [inline, static]
 

Definition at line 2174 of file SelectionDAGNodes.h.

ISD::ArgFlagsTy llvm::ARG_FLAGSSDNode::getArgFlags  )  const [inline]
 

Definition at line 2172 of file SelectionDAGNodes.h.

Referenced by llvm::SDNode::print().


Friends And Related Function Documentation

friend class SelectionDAG [friend]
 

Reimplemented from llvm::SDNode.

Definition at line 2167 of file SelectionDAGNodes.h.


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


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.