Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp765 bool hasStride(Value *V) { return StrideSet.count(V); } in hasStride() function in __anon03606d180111::LoopVectorizationLegality
1742 if (Legal->hasStride(V)) in getVectorValue()
5936 if (Legal->hasStride(I->getOperand(0)) || Legal->hasStride(I->getOperand(1))) in isStrideMul()