Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp904 auto xferVecType = xferOp.getVectorType(); in matchAndRewrite() local
905 auto newXferVecType = VectorType::get(xferVecType.getShape().drop_front(), in matchAndRewrite()
906 xferVecType.getElementType()); in matchAndRewrite()
907 int64_t dimSize = xferVecType.getShape()[0]; in matchAndRewrite()
1029 auto xferVecType = xferOp.getVectorType(); in matchAndRewrite() local
1030 int64_t dimSize = xferVecType.getShape()[0]; in matchAndRewrite()