9 #ifndef MLIR_DIALECT_LINALG_TRANSFORMOPS_SYNTAX_H
10 #define MLIR_DIALECT_LINALG_TRANSFORMOPS_SYNTAX_H
33 Type &resultType,
bool resultOptional =
true);
35 SmallVectorImpl<Type> &resultTypes);
41 Type argumentType, TypeRange resultType);
43 Type argumentType, Type resultType,
44 bool resultOptional =
true);
@ Type
An inlay hint that for a type annotation.
Include the generated interface declarations.
ParseResult parseSemiFunctionType(OpAsmParser &parser, Type &argumentType, Type &resultType, bool resultOptional=true)
Parses a single non-function type or a function type with at least one argument.
void printSemiFunctionType(OpAsmPrinter &printer, Operation *op, Type argumentType, TypeRange resultType)
Prints argument and result types in a syntax similar to that of FunctionType but allowing and requiri...