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

uint64_t getValue () const
int64_t getSignExtended () 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, uint64_t val, MVT::ValueType VT)

Friends

class SelectionDAG

Detailed Description

Definition at line 1097 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::ConstantSDNode::ConstantSDNode ( bool  isTarget,
uint64_t  val,
MVT::ValueType  VT 
) [inline, protected]

Definition at line 1101 of file SelectionDAGNodes.h.


Member Function Documentation

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

Definition at line 1106 of file SelectionDAGNodes.h.

Referenced by llvm::TargetLowering::ComputeMaskedBits(), and llvm::SelectionDAG::getNode().

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

Definition at line 1108 of file SelectionDAGNodes.h.

References Bits, llvm::MVT::getSizeInBits(), and llvm::SDNode::getValueType().

Referenced by llvm::SelectionDAG::getNode().

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

Definition at line 1113 of file SelectionDAGNodes.h.

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

Definition at line 1114 of file SelectionDAGNodes.h.

References llvm::MVT::getIntVTBitMask(), and llvm::SDNode::getValueType().

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

Definition at line 1118 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1119 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 1100 of file SelectionDAGNodes.h.


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