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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *SizeInBits, uint32_t AlignInBits, unsigned Encoding, unsigned Flags, unsigned Kind, int Factor, APInt Numerator, APInt Denominator)
 MDNodeKeyImpl (const DIFixedPointType *N)
bool isKeyOf (const DIFixedPointType *RHS) const
unsigned getHashValue () const

Public Attributes

unsigned Tag
MDStringName
MetadataSizeInBits
uint32_t AlignInBits
unsigned Encoding
unsigned Flags
unsigned Kind
int Factor
APInt Numerator
APInt Denominator

Detailed Description

Definition at line 512 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIFixedPointType >::MDNodeKeyImpl ( unsigned Tag,
MDString * Name,
Metadata * SizeInBits,
uint32_t AlignInBits,
unsigned Encoding,
unsigned Flags,
unsigned Kind,
int Factor,
APInt Numerator,
APInt Denominator )
inline

Definition at line 524 of file LLVMContextImpl.h.

References AlignInBits, Denominator, Encoding, Factor, Flags, Kind, Name, Numerator, SizeInBits, and Tag.

◆ MDNodeKeyImpl() [2/2]

Member Function Documentation

◆ getHashValue()

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

Definition at line 545 of file LLVMContextImpl.h.

References Denominator, Factor, Flags, llvm::hash_combine(), Kind, Name, and Numerator.

◆ isKeyOf()

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

Definition at line 537 of file LLVMContextImpl.h.

References AlignInBits, Denominator, Factor, Kind, Name, Numerator, RHS, and SizeInBits.

Member Data Documentation

◆ AlignInBits

Definition at line 516 of file LLVMContextImpl.h.

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

◆ Denominator

Definition at line 522 of file LLVMContextImpl.h.

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

◆ Encoding

Definition at line 517 of file LLVMContextImpl.h.

Referenced by MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ Factor

Definition at line 520 of file LLVMContextImpl.h.

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

◆ Flags

◆ Kind

◆ Name

◆ Numerator

◆ SizeInBits

Definition at line 515 of file LLVMContextImpl.h.

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

◆ Tag

Definition at line 513 of file LLVMContextImpl.h.

Referenced by MDNodeKeyImpl(), and MDNodeKeyImpl().


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