struct DenseMapAPIntKeyInfo
Declaration
struct DenseMapAPIntKeyInfo { /* full declaration omitted */ };
Declared at: llvm/lib/IR/LLVMContextImpl.h:62
Method Overview
- public static inline llvm::APInt getEmptyKey()
- public static unsigned int getHashValue(const llvm::APInt & Key)
- public static inline llvm::APInt getTombstoneKey()
- public static bool isEqual(const llvm::APInt & LHS, const llvm::APInt & RHS)
Methods
¶static inline llvm::APInt getEmptyKey()
static inline llvm::APInt getEmptyKey()
Declared at: llvm/lib/IR/LLVMContextImpl.h:63
¶static unsigned int getHashValue(
const llvm::APInt& Key)
static unsigned int getHashValue(
const llvm::APInt& Key)
Declared at: llvm/lib/IR/LLVMContextImpl.h:75
Parameters
- const llvm::APInt& Key
¶static inline llvm::APInt getTombstoneKey()
static inline llvm::APInt getTombstoneKey()
Declared at: llvm/lib/IR/LLVMContextImpl.h:69
¶static bool isEqual(const llvm::APInt& LHS,
const llvm::APInt& RHS)
static bool isEqual(const llvm::APInt& LHS,
const llvm::APInt& RHS)
Declared at: llvm/lib/IR/LLVMContextImpl.h:79
Parameters
- const llvm::APInt& LHS
- const llvm::APInt& RHS