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

/external/llvm/lib/IR/
H A DLLVMContextImpl.h102 ArrayRef<Type*> ETypes; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
105 ETypes(E), isPacked(P) {}
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.cpp399 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, argument
402 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
411 ST->setBody(ETypes, isPacked);

Completed in 430 milliseconds