LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DIGenericSubrange > Struct Reference

#include "IR/LLVMContextImpl.h"

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

MetadataCountNode
 
MetadataLowerBound
 
MetadataUpperBound
 
MetadataStride
 

Detailed Description

Definition at line 408 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 414 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 418 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 429 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 422 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ CountNode

Definition at line 409 of file LLVMContextImpl.h.

◆ LowerBound

Definition at line 410 of file LLVMContextImpl.h.

◆ Stride

Definition at line 412 of file LLVMContextImpl.h.

◆ UpperBound

Definition at line 411 of file LLVMContextImpl.h.


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