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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 717 of file LowLevelType.h.

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

◆ getHashValue()

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

Definition at line 727 of file LowLevelType.h.

◆ getTombstoneKey()

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

Definition at line 722 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 731 of file LowLevelType.h.

References LHS, and RHS.


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