Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1268 bool hasStride(Value *V) { return StrideSet.count(V); } in hasStride() function in __anon63bf7e8f0111::LoopVectorizationLegality
2082 if (Legal->hasStride(V)) in getVectorValue()
5319 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()
5320 Legal->hasStride(I->getOperand(1)); in isStrideMul()