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 45 of file LLVMContextImpl.h.
Definition at line 48 of file LLVMContextImpl.h.
Definition at line 52 of file LLVMContextImpl.h.
References operator==().
Definition at line 49 of file LLVMContextImpl.h.
Referenced by operator!=().
Definition at line 55 of file LLVMContextImpl.h.
Type* llvm::DenseMapAPIntKeyInfo::KeyTy::type |
Definition at line 47 of file LLVMContextImpl.h.
Referenced by operator==().
APInt llvm::DenseMapAPIntKeyInfo::KeyTy::val |
Definition at line 46 of file LLVMContextImpl.h.
Referenced by operator==().