Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DExtensibleDialect.h515 static LogicalResult printIfDynamicType(Type type, AsmPrinter &printer);
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp468 if (succeeded(printIfDynamicType(type, printer))) in printTestType()
/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp480 LogicalResult ExtensibleDialect::printIfDynamicType(Type type, in printIfDynamicType() function in ExtensibleDialect