HomeSort by relevance Sort by last modified time
    Searched refs:ETypes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.h 102 ArrayRef<Type*> ETypes;
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()),
Type.cpp 399 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes,
402 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
411 ST->setBody(ETypes, isPacked);

Completed in 116 milliseconds