Home
last modified time | relevance | path

Searched defs:StrideDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp831 struct StrideDescriptor { struct in __anon63bf7e8f0111::InterleavedAccessInfo
832 StrideDescriptor(int Stride, const SCEV *Scev, unsigned Size, in StrideDescriptor() function
836 StrideDescriptor() : Stride(0), Scev(nullptr), Size(0), Align(0) {} in StrideDescriptor() argument
838 int Stride; // The access's stride. It is negative for a reverse access.
839 const SCEV *Scev; // The scalar expression of this access
840 unsigned Size; // The size of the memory object.
841 unsigned Align; // The alignment of this access.