Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h373 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h575 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function