Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp232 auto sourceShapeCastOp = dyn_cast_or_null<vector::ShapeCastOp>( in matchAndRewrite() local
234 if (!sourceShapeCastOp) in matchAndRewrite()
237 sourceShapeCastOp.getSource().getType().cast<VectorType>(); in matchAndRewrite()
238 auto operandResultVectorType = sourceShapeCastOp.getType(); in matchAndRewrite()
245 rewriter.replaceOp(shapeCastOp, sourceShapeCastOp.getSource()); in matchAndRewrite()