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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound, Metadata *Stride)
 
 MDNodeKeyImpl (const DISubrange *N)
 
bool isKeyOf (const DISubrange *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataCountNode
 
MetadataLowerBound
 
MetadataUpperBound
 
MetadataStride
 

Detailed Description

Definition at line 363 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 369 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 373 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 399 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ CountNode

Definition at line 364 of file LLVMContextImpl.h.

◆ LowerBound

Definition at line 365 of file LLVMContextImpl.h.

◆ Stride

Definition at line 367 of file LLVMContextImpl.h.

◆ UpperBound

Definition at line 366 of file LLVMContextImpl.h.


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