LLVM API Documentation
#include <LLVMContextImpl.h>
Public Member Functions | |
KeyTy (const APInt &V, Type *Ty) | |
bool | operator== (const KeyTy &that) const |
bool | operator!= (const KeyTy &that) const |
Public Attributes | |
APInt | val |
Type * | type |
Friends | |
hash_code | hash_value (const KeyTy &Key) |
Definition at line 48 of file LLVMContextImpl.h.
llvm::DenseMapAPIntKeyInfo::KeyTy::KeyTy | ( | const APInt & | V, |
Type * | Ty | ||
) | [inline] |
Definition at line 51 of file LLVMContextImpl.h.
Definition at line 55 of file LLVMContextImpl.h.
References operator==().
Definition at line 52 of file LLVMContextImpl.h.
Referenced by operator!=().
hash_code hash_value | ( | const KeyTy & | Key | ) | [friend] |
Definition at line 58 of file LLVMContextImpl.h.
Definition at line 50 of file LLVMContextImpl.h.
Referenced by operator==().
Definition at line 49 of file LLVMContextImpl.h.
Referenced by operator==().