Searched refs:sourceShapeCastOp (Results 1 – 1 of 1) sorted by relevance
994 auto sourceShapeCastOp = dyn_cast_or_null<vector::ShapeCastOp>( in matchAndRewrite() local996 if (!sourceShapeCastOp) in matchAndRewrite()999 sourceShapeCastOp.source().getType().cast<VectorType>(); in matchAndRewrite()1001 sourceShapeCastOp.result().getType().cast<VectorType>(); in matchAndRewrite()1008 rewriter.replaceOp(shapeCastOp, sourceShapeCastOp.source()); in matchAndRewrite()