Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestConstantFold.cpp16 struct TestConstantFold struct
17 : public PassWrapper<TestConstantFold, OperationPass<>> {
18 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestConstantFold) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
32 void TestConstantFold::foldOperation(Operation *op, OperationFolder &helper) { in foldOperation()
42 void TestConstantFold::runOnOperation() { in runOnOperation()
67 void registerTestConstantFold() { PassRegistration<TestConstantFold>(); } in registerTestConstantFold()
H A DCMakeLists.txt3 TestConstantFold.cpp