class ConstantSDNode
Declaration
class ConstantSDNode : public SDNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1564
Inherits from: SDNode
Member Variables
Inherited from SDNode:
Method Overview
- public static bool classof(const llvm::SDNode * N)
- public const llvm::APInt & getAPIntValue() const
- public const llvm::ConstantInt * getConstantIntValue() const
- public uint64_t getLimitedValue(uint64_t Limit = (18446744073709551615UL))
- public int64_t getSExtValue() const
- public uint64_t getZExtValue() const
- public bool isAllOnesValue() const
- public bool isNullValue() const
- public bool isOne() const
- public bool isOpaque() const
Inherited from SDNode:
- protected DropOperands
- public Profile
- public addUse
- public areOnlyUsersOf
- public dump
- public dump
- public dumpr
- public dumpr
- public dumprFull
- public dumprWithDepth
- public getConstantOperandAPInt
- public getConstantOperandVal
- public getDebugLoc
- public getFlags
- public getGluedNode
- public getGluedUser
- public getHasDebugValue
- public getIROrder
- public getIndexedModeName
- public getMachineOpcode
- public getMaxNumOperands
- public getNodeId
- public getNumOperands
- public getNumValues
- public getOpcode
- public getOperand
- public getOperationName
- protected getSDVTList
- public getSimpleValueType
- public getVTList
- public getValueSizeInBits
- public getValueType
- public hasAnyUseOfValue
- public hasNUsesOfValue
- public hasOneUse
- public hasPredecessor
- public hasPredecessorHelper
- public intersectFlagsWith
- public isDivergent
- public isFast
- public isMachineOpcode
- public isMemIntrinsic
- public isOnlyUserOf
- public isOperandOf
- public isPredecessorOf
- public isStrictFPOpcode
- public isTargetMemoryOpcode
- public isTargetOpcode
- public isTargetStrictFPOpcode
- public isUndef
- public op_begin
- public op_end
- public op_values
- public ops
- public print
- public print_details
- public print_types
- public printr
- public printrFull
- public printrWithDepth
- public setDebugLoc
- public setFlags
- public setHasDebugValue
- public setIROrder
- public setNodeId
- public use_begin
- public use_empty
- public use_end
- public use_size
- public uses
- public uses
- public value_begin
- public value_end
Inherited from FoldingSetBase::Node:
Methods
¶static bool classof(const llvm::SDNode* N)
static bool classof(const llvm::SDNode* N)
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1591
Parameters
- const llvm::SDNode* N
¶const llvm::APInt& getAPIntValue() const
const llvm::APInt& getAPIntValue() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1578
¶const llvm::ConstantInt* getConstantIntValue()
const
const llvm::ConstantInt* getConstantIntValue()
const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1577
¶uint64_t getLimitedValue(
uint64_t Limit = (18446744073709551615UL))
uint64_t getLimitedValue(
uint64_t Limit = (18446744073709551615UL))
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1581
Parameters
- uint64_t Limit = (18446744073709551615UL)
¶int64_t getSExtValue() const
int64_t getSExtValue() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1580
¶uint64_t getZExtValue() const
uint64_t getZExtValue() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1579
¶bool isAllOnesValue() const
bool isAllOnesValue() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1587
¶bool isNullValue() const
bool isNullValue() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1586
¶bool isOne() const
bool isOne() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1585
¶bool isOpaque() const
bool isOpaque() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1589