LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapAPIntKeyInfo Struct Reference

#include "IR/LLVMContextImpl.h"

Static Public Member Functions

static APInt getEmptyKey ()
 
static APInt getTombstoneKey ()
 
static unsigned getHashValue (const APInt &Key)
 
static bool isEqual (const APInt &LHS, const APInt &RHS)
 

Detailed Description

Definition at line 62 of file LLVMContextImpl.h.

Member Function Documentation

◆ getEmptyKey()

static APInt llvm::DenseMapAPIntKeyInfo::getEmptyKey ( )
inlinestatic

◆ getHashValue()

static unsigned llvm::DenseMapAPIntKeyInfo::getHashValue ( const APInt Key)
inlinestatic

◆ getTombstoneKey()

static APInt llvm::DenseMapAPIntKeyInfo::getTombstoneKey ( )
inlinestatic

◆ isEqual()

static bool llvm::DenseMapAPIntKeyInfo::isEqual ( const APInt LHS,
const APInt RHS 
)
inlinestatic

Definition at line 79 of file LLVMContextImpl.h.

References llvm::APInt::getBitWidth().


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