LLVM 23.0.0git
llvm::DenseMapInfo< LLT > Struct Reference

#include "llvm/CodeGenTypes/LowLevelType.h"

Inheritance diagram for llvm::DenseMapInfo< LLT >:
[legend]

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 687 of file LowLevelType.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 688 of file LowLevelType.h.

References llvm::Invalid, and llvm::LLT::POINTER.

◆ getHashValue()

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

Definition at line 698 of file LowLevelType.h.

◆ getTombstoneKey()

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

Definition at line 693 of file LowLevelType.h.

References llvm::Invalid, and llvm::LLT::VECTOR_ANY.

◆ isEqual()

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

Definition at line 702 of file LowLevelType.h.

References LHS, and RHS.


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