Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h816 struct StrideDescriptor { struct
818 StrideDescriptor(int64_t Stride, const SCEV *Scev, uint64_t Size, in StrideDescriptor() argument
836 using StrideEntry = std::pair<Instruction *, StrideDescriptor>; argument