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

#include "llvm/Transforms/Utils/BypassSlowDivision.h"

Static Public Member Functions

static bool isEqual (const DivRemMapKey &Val1, const DivRemMapKey &Val2)
 
static DivRemMapKey getEmptyKey ()
 
static DivRemMapKey getTombstoneKey ()
 
static unsigned getHashValue (const DivRemMapKey &Val)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< DivRemMapKey >

Definition at line 39 of file BypassSlowDivision.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 45 of file BypassSlowDivision.h.

References llvm::DivRemMapKey::DivRemMapKey().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< DivRemMapKey >::getHashValue ( const DivRemMapKey Val)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 49 of file BypassSlowDivision.h.

References llvm::DivRemMapKey::DivRemMapKey().

◆ isEqual()

static bool llvm::DenseMapInfo< DivRemMapKey >::isEqual ( const DivRemMapKey Val1,
const DivRemMapKey Val2 
)
inlinestatic

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