LLVM API Documentation

llvm::ConstantSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::ConstantSDNode:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

const ConstantIntgetConstantIntValue () const
const APIntgetAPIntValue () const
uint64_t getZExtValue () const
int64_t getSExtValue () const
bool isNullValue () const
bool isAllOnesValue () const

Static Public Member Functions

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

Protected Member Functions

 ConstantSDNode (bool isTarget, const ConstantInt *val, MVT VT)

Friends

class SelectionDAG


Detailed Description

Definition at line 1691 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::ConstantSDNode::ConstantSDNode ( bool  isTarget,
const ConstantInt val,
MVT  VT 
) [inline, protected]

Definition at line 1696 of file SelectionDAGNodes.h.


Member Function Documentation

const ConstantInt* llvm::ConstantSDNode::getConstantIntValue (  )  const [inline]

Definition at line 1702 of file SelectionDAGNodes.h.

const APInt& llvm::ConstantSDNode::getAPIntValue (  )  const [inline]

uint64_t llvm::ConstantSDNode::getZExtValue (  )  const [inline]

int64_t llvm::ConstantSDNode::getSExtValue (  )  const [inline]

bool llvm::ConstantSDNode::isNullValue (  )  const [inline]

bool llvm::ConstantSDNode::isAllOnesValue (  )  const [inline]

Definition at line 1708 of file SelectionDAGNodes.h.

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

Definition at line 1710 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1711 of file SelectionDAGNodes.h.

References llvm::ISD::Constant, llvm::SDNode::getOpcode(), and llvm::ISD::TargetConstant.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1695 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.