Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Arith/Transforms/
H A DPasses.h63 void populateArithExpandOpsPatterns(RewritePatternSet &patterns);
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp346 arith::populateArithExpandOpsPatterns(patterns); in runOnOperation()
402 void mlir::arith::populateArithExpandOpsPatterns(RewritePatternSet &patterns) { in populateArithExpandOpsPatterns() function in mlir::arith