Lines Matching defs:groupSize
276 unsigned groupSize = reassocGroup.size();
277 SmallVector<OpFoldResult> expandedSizes(groupSize);
284 for (unsigned i = 0; i < groupSize; ++i) {
342 unsigned groupSize = reassocGroup.size();
350 SmallVector<OpFoldResult> expandedStrides(groupSize);
351 for (int i = groupSize - 1; i >= 0; --i) {
397 for (; doneStrideIdx < groupSize; ++doneStrideIdx) {
423 unsigned groupSize = indices.size();
424 for (unsigned i = 0; i < groupSize; ++i) {
617 unsigned groupSize = reshapedSizes.size();
618 for (unsigned i = 0; i < groupSize; ++i) {