Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2033 auto srcSplat = op.getSource().getDefiningOp<SplatOp>(); in matchAndRewrite() local
2036 if (!srcSplat || !dstSplat) in matchAndRewrite()
2039 if (srcSplat.getInput() != dstSplat.getInput()) in matchAndRewrite()
2042 rewriter.replaceOpWithNewOp<SplatOp>(op, op.getType(), srcSplat.getInput()); in matchAndRewrite()