struct DenseMapAPFloatKeyInfo

Declaration

struct DenseMapAPFloatKeyInfo { /* full declaration omitted */ };

Declared at: llvm/lib/IR/LLVMContextImpl.h:77

Method Overview

  • public static inline llvm::APFloat getEmptyKey()
  • public static unsigned int getHashValue(const llvm::APFloat & Key)
  • public static inline llvm::APFloat getTombstoneKey()
  • public static bool isEqual(const llvm::APFloat & LHS, const llvm::APFloat & RHS)

Methods

static inline llvm::APFloat getEmptyKey()

Declared at: llvm/lib/IR/LLVMContextImpl.h:78

static unsigned int getHashValue(
    const llvm::APFloat& Key)

Declared at: llvm/lib/IR/LLVMContextImpl.h:83

Parameters

const llvm::APFloat& Key

static inline llvm::APFloat getTombstoneKey()

Declared at: llvm/lib/IR/LLVMContextImpl.h:79

static bool isEqual(const llvm::APFloat& LHS,
                    const llvm::APFloat& RHS)

Declared at: llvm/lib/IR/LLVMContextImpl.h:87

Parameters

const llvm::APFloat& LHS
const llvm::APFloat& RHS