Searched defs:SequentialType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DDerivedTypes.h301 /// SequentialType - This is the superclass of the array, pointer and vector
305 /// allow for use of SIMD instructions. SequentialType holds the common
309 class SequentialType : public CompositeType { class in namespace:llvm
311 SequentialType(const SequentialType &); // Do not implement!
312 const SequentialType &operator=(const SequentialType &); // Do not implement!
315 SequentialType(TypeID TID, Type *ElType) function in class:llvm::SequentialType
325 static inline bool classof(const SequentialType *) { return true; }
336 class ArrayType : public SequentialType {
[all...]

Completed in 143 milliseconds