LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LLT > Struct Reference

#include "llvm/CodeGenTypes/LowLevelType.h"

Static Public Member Functions

static LLT getEmptyKey ()
 
static LLT getTombstoneKey ()
 
static unsigned getHashValue (const LLT &Ty)
 
static bool isEqual (const LLT &LHS, const LLT &RHS)
 

Detailed Description

Definition at line 461 of file LowLevelType.h.

Member Function Documentation

◆ getEmptyKey()

static LLT llvm::DenseMapInfo< LLT >::getEmptyKey ( )
inlinestatic

Definition at line 462 of file LowLevelType.h.

References llvm::Invalid.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< LLT >::getHashValue ( const LLT Ty)
inlinestatic

Definition at line 472 of file LowLevelType.h.

References llvm::LLT::getUniqueRAWLLTData().

◆ getTombstoneKey()

static LLT llvm::DenseMapInfo< LLT >::getTombstoneKey ( )
inlinestatic

Definition at line 467 of file LowLevelType.h.

References llvm::Invalid.

◆ isEqual()

static bool llvm::DenseMapInfo< LLT >::isEqual ( const LLT LHS,
const LLT RHS 
)
inlinestatic

Definition at line 476 of file LowLevelType.h.

References LHS, and RHS.


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