Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Stride

451   /// 0 - Stride is unknown or non consecutive.
911 int Stride = Legal->isConsecutivePtr(Ptr);
912 bool Reverse = Stride < 0;
914 if (Stride == 0 || UniformLoad)
2869 // Integer inductions need to have a stride of one.
2878 // Calculate the pointer stride and check if it is consecutive.
3372 int Stride = Legal->isConsecutivePtr(Ptr);
3373 bool Reverse = Stride < 0;
3374 if (0 == Stride) {