LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LLT > Struct Template Reference

#include "llvm/Support/LowLevelTypeImpl.h"

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

template<>
struct llvm::DenseMapInfo< LLT >

Definition at line 247 of file LowLevelTypeImpl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 248 of file LowLevelTypeImpl.h.

◆ getHashValue()

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

Definition at line 258 of file LowLevelTypeImpl.h.

◆ getTombstoneKey()

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

Definition at line 253 of file LowLevelTypeImpl.h.

◆ isEqual()

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

Definition at line 262 of file LowLevelTypeImpl.h.


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