LLVM 24.0.0git
llvm::SDNodeKeyInfo Struct Reference

#include "llvm/CodeGen/SelectionDAG.h"

Public Types

using KeyTy = SDNodeKey

Static Public Member Functions

static KeyTy getKey (const SDNode &N)
static unsigned getHashValue (const KeyTy &Key)
static LLVM_ABI bool isEqual (const KeyTy &Key, const SDNode &N)

Detailed Description

Definition at line 128 of file SelectionDAG.h.

Member Typedef Documentation

◆ KeyTy

Definition at line 129 of file SelectionDAG.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::SDNodeKeyInfo::getHashValue ( const KeyTy & Key)
inlinestatic

◆ getKey()

KeyTy llvm::SDNodeKeyInfo::getKey ( const SDNode & N)
inlinestatic

Definition at line 131 of file SelectionDAG.h.

References N.

◆ isEqual()


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