Home
last modified time | relevance | path

Searched refs:ETypes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
DLLVMContextImpl.h100 ArrayRef<Type*> ETypes; member
103 ETypes(E), isPacked(P) {} in KeyTy()
105 ETypes(that.ETypes), isPacked(that.isPacked) {} in KeyTy()
107 ETypes(ArrayRef<Type*>(ST->element_begin(), ST->element_end())), in KeyTy()
112 if (ETypes != that.ETypes)
127 return hash_combine(hash_combine_range(Key.ETypes.begin(), in getHashValue()
128 Key.ETypes.end()), in getHashValue()
DType.cpp428 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() argument
431 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
440 ST->setBody(ETypes, isPacked); in get()