LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< DivRemMapKey > Struct 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

Definition at line 41 of file BypassSlowDivision.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 47 of file BypassSlowDivision.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 51 of file BypassSlowDivision.h.

◆ 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: