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

#include "Target/SPIRV/SPIRVTypeInst.h"

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

Public Types

using MIInfo = DenseMapInfo<MachineInstr *>

Static Public Member Functions

static SPIRVTypeInst getEmptyKey ()
static SPIRVTypeInst getTombstoneKey ()
static unsigned getHashValue (SPIRVTypeInst Ty)
static bool isEqual (SPIRVTypeInst Ty1, SPIRVTypeInst Ty2)

Detailed Description

Definition at line 62 of file SPIRVTypeInst.h.

Member Typedef Documentation

◆ MIInfo

Definition at line 63 of file SPIRVTypeInst.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 64 of file SPIRVTypeInst.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< SPIRVTypeInst >::getHashValue ( SPIRVTypeInst Ty)
inlinestatic

Definition at line 70 of file SPIRVTypeInst.h.

◆ getTombstoneKey()

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

Definition at line 67 of file SPIRVTypeInst.h.

◆ isEqual()

bool llvm::DenseMapInfo< SPIRVTypeInst >::isEqual ( SPIRVTypeInst Ty1,
SPIRVTypeInst Ty2 )
inlinestatic

Definition at line 73 of file SPIRVTypeInst.h.


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