LLVM: llvm::MDNodeKeyImpl< DIGenericSubrange > Struct Reference (original) (raw)

#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MDNodeKeyImpl< DIGenericSubrange >:

[legend]

Public Member Functions
MDNodeKeyImpl (Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound, Metadata *Stride)
MDNodeKeyImpl (const DIGenericSubrange *N)
bool isKeyOf (const DIGenericSubrange *RHS) const
unsigned getHashValue () const
Public Attributes
Metadata * CountNode
Metadata * LowerBound
Metadata * UpperBound
Metadata * Stride

Detailed Description

Definition at line 423 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIGenericSubrange >::MDNodeKeyImpl ( Metadata * CountNode, Metadata * LowerBound, Metadata * UpperBound, Metadata * Stride ) inline

Definition at line 429 of file LLVMContextImpl.h.

References CountNode, LowerBound, Stride, and UpperBound.

MDNodeKeyImpl() [2/2]

llvm::MDNodeKeyImpl< DIGenericSubrange >::MDNodeKeyImpl ( const DIGenericSubrange * N) inline

Definition at line 433 of file LLVMContextImpl.h.

References CountNode, LowerBound, N, Stride, and UpperBound.

Member Function Documentation

getHashValue()

unsigned llvm::MDNodeKeyImpl< DIGenericSubrange >::getHashValue ( ) const inline

Definition at line 444 of file LLVMContextImpl.h.

References llvm::cast(), CountNode, llvm::dyn_cast_or_null(), llvm::hash_combine(), LowerBound, Stride, and UpperBound.

isKeyOf()

bool llvm::MDNodeKeyImpl< DIGenericSubrange >::isKeyOf ( const DIGenericSubrange * RHS) const inline

Definition at line 437 of file LLVMContextImpl.h.

References CountNode, LowerBound, RHS, Stride, and UpperBound.

Member Data Documentation

CountNode

Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::CountNode

Definition at line 424 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

LowerBound

Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::LowerBound

Definition at line 425 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

Stride

Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::Stride

Definition at line 427 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

UpperBound

Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::UpperBound

Definition at line 426 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().


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