Searched defs:StrideDescriptor (Results 1 – 1 of 1) sorted by relevance
831 struct StrideDescriptor { struct in __anon63bf7e8f0111::InterleavedAccessInfo832 StrideDescriptor(int Stride, const SCEV *Scev, unsigned Size, in StrideDescriptor() function836 StrideDescriptor() : Stride(0), Scev(nullptr), Size(0), Align(0) {} in StrideDescriptor() argument838 int Stride; // The access's stride. It is negative for a reverse access.839 const SCEV *Scev; // The scalar expression of this access840 unsigned Size; // The size of the memory object.841 unsigned Align; // The alignment of this access.