Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-opt/
H A Dmlir-opt.cpp69 void registerTestConstantFold();
161 mlir::test::registerTestConstantFold(); in registerTestPasses()
/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestConstantFold.cpp67 void registerTestConstantFold() { PassRegistration<TestConstantFold>(); } in registerTestConstantFold() function