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 unsigned getHashValue (const LLT &Ty)
static bool isEqual (const LLT &LHS, const LLT &RHS)

Detailed Description

Definition at line 719 of file LowLevelType.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 720 of file LowLevelType.h.

◆ isEqual()

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

Definition at line 724 of file LowLevelType.h.

References LHS, and RHS.


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