LLVM 22.0.0git
llvm::DenseMapInfo< DivRemMapKey > Struct Reference

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

Inheritance diagram for llvm::DenseMapInfo< DivRemMapKey >:
[legend]

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()

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

Definition at line 47 of file BypassSlowDivision.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 51 of file BypassSlowDivision.h.

◆ isEqual()


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