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 99 ArrayRef<Type*> ETypes;
102 ETypes(E), isPacked(P) {}
104 ETypes(ArrayRef<Type*>(ST->element_begin(), ST->element_end())),
109 if (ETypes != that.ETypes)
124 return hash_combine(hash_combine_range(Key.ETypes.begin(),
125 Key.ETypes.end()),
Type.cpp 405 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes,
408 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
417 ST->setBody(ETypes, isPacked);

Completed in 34 milliseconds