Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Transforms/
H A DPasses.h24 void populateArithmeticExpandOpsPatterns(RewritePatternSet &patterns);
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DExpandOps.cpp197 arith::populateArithmeticExpandOpsPatterns(patterns); in runOnOperation()
221 void mlir::arith::populateArithmeticExpandOpsPatterns( in populateArithmeticExpandOpsPatterns() function in mlir::arith