LLVM 23.0.0git
llvm::MDNodeKeyImpl< DIGenericSubrange > Struct Reference

#include "IR/LLVMContextImpl.h"

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

MetadataCountNode
MetadataLowerBound
MetadataUpperBound
MetadataStride

Detailed Description

Definition at line 425 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 431 of file LLVMContextImpl.h.

References CountNode, LowerBound, Stride, and UpperBound.

◆ MDNodeKeyImpl() [2/2]

Definition at line 435 of file LLVMContextImpl.h.

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

Member Function Documentation

◆ getHashValue()

◆ isKeyOf()

Definition at line 439 of file LLVMContextImpl.h.

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

Member Data Documentation

◆ CountNode

◆ LowerBound

◆ Stride

◆ UpperBound


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