LLVM 22.0.0git
llvm::MDNodeKeyImpl< DISubrange > Struct Reference

#include "IR/LLVMContextImpl.h"

Inheritance diagram for llvm::MDNodeKeyImpl< DISubrange >:
[legend]

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 378 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 384 of file LLVMContextImpl.h.

References CountNode, LowerBound, Stride, and UpperBound.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 388 of file LLVMContextImpl.h.

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

Member Function Documentation

◆ getHashValue()

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

◆ isKeyOf()

Member Data Documentation

◆ CountNode

Definition at line 379 of file LLVMContextImpl.h.

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

◆ LowerBound

Definition at line 380 of file LLVMContextImpl.h.

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

◆ Stride

◆ UpperBound

Definition at line 381 of file LLVMContextImpl.h.

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


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