Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/IR/
H A DTestTypes.cpp22 LogicalResult createIRWithTypes();
37 if (failed(createIRWithTypes())) in runOnOperation()
49 LogicalResult TestRecursiveTypesPass::createIRWithTypes() { in createIRWithTypes() function in TestRecursiveTypesPass