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

#include <LowLevelType.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 187 of file LowLevelType.h.

Member Function Documentation

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

Definition at line 188 of file LowLevelType.h.

References llvm::LLT::Invalid.

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

Definition at line 194 of file LowLevelType.h.

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

Definition at line 191 of file LowLevelType.h.

References llvm::LLT::Invalid.

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

Definition at line 199 of file LowLevelType.h.


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