Searched defs:KeyTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContextImpl.h48 struct KeyTy { struct in struct:llvm::DenseMapAPIntKeyInfo
51 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} function in struct:llvm::DenseMapAPIntKeyInfo::KeyTy
52 bool operator==(const KeyTy& that) const {
55 bool operator!=(const KeyTy& that) const {
58 friend hash_code hash_value(const KeyTy &Key) {
62 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), nullptr); }
63 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), nullptr); }
64 static unsigned getHashValue(const KeyTy
73 struct KeyTy { struct in struct:llvm::DenseMapAPFloatKeyInfo
75 KeyTy(const APFloat& V) : val(V){} function in struct:llvm::DenseMapAPFloatKeyInfo::KeyTy
101 struct KeyTy { struct in struct:llvm::AnonStructTypeKeyInfo
104 KeyTy(const ArrayRef<Type*>& E, bool P) : function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
106 KeyTy(const StructType* ST) : function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
145 struct KeyTy { struct in struct:llvm::FunctionTypeKeyInfo
149 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : function in struct:llvm::FunctionTypeKeyInfo::KeyTy
151 KeyTy(const FunctionType* FT) : function in struct:llvm::FunctionTypeKeyInfo::KeyTy
[all...]

Completed in 884 milliseconds