Searched refs:hasStride (Results 1 – 3 of 3) sorted by relevance
303 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function
590 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function
2006 if (!EnableVPlanNativePath && Legal->hasStride(V)) in getOrCreateVectorValue()5786 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()5787 Legal->hasStride(I->getOperand(1)); in isStrideMul()