Searched refs:TestConstantFold (Results 1 – 2 of 2) sorted by relevance
22 struct TestConstantFold : public PassWrapper<TestConstantFold, FunctionPass> { struct31 void TestConstantFold::foldOperation(Operation *op, OperationFolder &helper) { in foldOperation()44 void TestConstantFold::runOnFunction() { in runOnFunction()70 PassRegistration<TestConstantFold>("test-constant-fold", in registerTestConstantFold()
7 TestConstantFold.cpp