Lines Matching defs:destShape
3201 auto destShape = destVectorType.getShape();
3203 destShape.size() - sourceShape.size(), 0);
3207 if (failed(isIntegerArrayAttrConfinedToShape(*this, offsets, destShape,
3214 makeI64ArrayAttr(sourceShapeAsDestShape, getContext()), destShape,
3219 unsigned rankDiff = destShape.size() - sourceShape.size();
3228 auto destSize = destShape[idx + rankDiff];
4518 ArrayRef<int64_t> destShape = readOp.getVectorType().getShape();
4519 SmallVector<int64_t> broadcastShape(destShape.size());
4520 SmallVector<bool> broadcastScalableFlags(destShape.size());
4522 broadcastShape[pos.value()] = destShape[pos.index()];