Searched refs:newShapeConstants (Results 1 – 1 of 1) sorted by relevance
316 SmallVector<int64_t, 4> newShapeConstants; in matchAndRewrite() local317 newShapeConstants.reserve(memrefType.getRank()); in matchAndRewrite()325 newShapeConstants.push_back(dimSize); in matchAndRewrite()331 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()334 newShapeConstants.push_back(-1); in matchAndRewrite()342 MemRefType::Builder(memrefType).setShape(newShapeConstants); in matchAndRewrite()4261 SmallVector<int64_t, 4> newShapeConstants; in matchAndRewrite() local4262 newShapeConstants.reserve(memrefType.getRank()); in matchAndRewrite()4270 newShapeConstants.push_back(dimSize); in matchAndRewrite()4276 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()[all …]