LLVM 22.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 423 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 429 of file LLVMContextImpl.h.

References CountNode, LowerBound, Stride, and UpperBound.

◆ MDNodeKeyImpl() [2/2]

Definition at line 433 of file LLVMContextImpl.h.

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

Member Function Documentation

◆ getHashValue()

◆ isKeyOf()

Definition at line 437 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: