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

/external/llvm/include/llvm/IR/
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 &) = delete;
312 const SequentialType &operator=(const SequentialType &) = delete;
315 SequentialType(TypeID TID, Type *ElType) function in class:llvm::SequentialType
335 class ArrayType : public SequentialType {
361 class VectorType : public SequentialType {
[all...]

Completed in 73 milliseconds