Searched refs:reshInputType (Results 1 – 2 of 2) sorted by relevance
292 auto reshInputType = VectorType::get( in transposeToShuffle16x16() local295 b.create<arith::ConstantOp>(reshInputType, b.getZeroAttr(reshInputType)); in transposeToShuffle16x16()494 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local503 rewriter.create<vector::ShapeCastOp>(loc, reshInputType, reshInput); in matchAndRewrite()
245 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local 248 reshInput = ib.create<vector::ShapeCastOp>(reshInputType, reshInput); in matchAndRewrite() 263 Value res = ib.create<arith::ConstantOp>(reshInputType, in matchAndRewrite() 264 ib.getZeroAttr(reshInputType)); in matchAndRewrite()