LLVM 22.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 416 of file LowLevelType.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 417 of file LowLevelType.h.

References llvm::Invalid.

◆ getHashValue()

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

Definition at line 427 of file LowLevelType.h.

◆ getTombstoneKey()

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

Definition at line 422 of file LowLevelType.h.

References llvm::Invalid.

◆ isEqual()

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

Definition at line 431 of file LowLevelType.h.

References LHS, and RHS.


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