Searched defs:StrideDescriptor (Results 1 – 2 of 2) sorted by relevance
644 struct StrideDescriptor { struct646 StrideDescriptor(int64_t Stride, const SCEV *Scev, uint64_t Size, in StrideDescriptor() argument664 using StrideEntry = std::pair<Instruction *, StrideDescriptor>; argument
901 struct StrideDescriptor { struct in __anonbc0f4dbb0111::InterleavedAccessInfo902 StrideDescriptor(int64_t Stride, const SCEV *Scev, uint64_t Size, in StrideDescriptor() argument909 int64_t Stride = 0;910 const SCEV *Scev = nullptr; // The scalar expression of this access911 uint64_t Size = 0; // The size of the memory object.912 unsigned Align = 0; // The alignment of this access.