Searched refs:hasStride (Results 1 – 5 of 5) sorted by relevance
313 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function
562 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function
613 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function
1450 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function in __anon63bf7e8f0111::LoopVectorizationLegality2122 if (Legal->hasStride(V)) in getVectorValue()5794 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()5795 Legal->hasStride(I->getOperand(1)); in isStrideMul()
2093 if (Legal->hasStride(V)) in getOrCreateVectorValue()5686 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()5687 Legal->hasStride(I->getOperand(1)); in isStrideMul()