Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Indices

659   /// 64 bit loop indices.
1005 SmallVector<Constant*, 8> Indices;
1010 Indices.push_back(ConstantInt::get(ITy, StartIdx + Idx, Negate));
1013 // Add the consecutive indices to the vector value.
1014 Constant *Cv = ConstantVector::get(Indices);
1044 // the indices are constant then we know it is consecutive. We can
1065 // Check that all of the gep indices are uniform except for the last.
1077 // and all other indices are loop invariant.
3212 /// Access \p A must happen before \p B in program order. The two indices
4312 // Saves the list of instruction indices that are used in the loop.
4430 /// other indices are loop invariant. If the stride of this access is also
4442 // We are looking for a gep with all loop invariant indices except for one