Home
last modified time | relevance | path

Searched refs:dropCount (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp57 int64_t dropCount = oldSrcType.getRank() - newSrcType.getRank(); in matchAndRewrite() local
61 VectorType::get(oldDstType.getShape().drop_front(dropCount), in matchAndRewrite()
67 loc, extractOp.getVector(), splatZero(dropCount)); in matchAndRewrite()
72 extractOp.getOffsets().getValue().drop_front(dropCount)); in matchAndRewrite()
74 extractOp.getSizes().getValue().drop_front(dropCount)); in matchAndRewrite()
76 extractOp.getStrides().getValue().drop_front(dropCount)); in matchAndRewrite()