Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.h45 struct KeyTy { struct
46 APInt val;
47 Type* type;
48 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} in KeyTy() argument
55 friend hash_code hash_value(const KeyTy &Key) { in hash_value()
70 struct KeyTy { struct
71 APFloat val;
72 KeyTy(const APFloat& V) : val(V){} in KeyTy() argument
79 friend hash_code hash_value(const KeyTy &Key) { in hash_value()
98 struct KeyTy { struct
[all …]
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp103 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()