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

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

Completed in 499 milliseconds