13 #ifndef MLIR_TABLEGEN_OPINTERFACES_H_ 14 #define MLIR_TABLEGEN_OPINTERFACES_H_ 17 #include "llvm/ADT/SmallVector.h" 18 #include "llvm/ADT/StringRef.h" 41 StringRef getReturnType()
const;
44 StringRef getName()
const;
47 bool isStatic()
const;
60 bool arg_empty()
const;
64 const llvm::Record *def;
81 StringRef getName()
const;
91 const llvm::Record *def;
100 #endif // MLIR_TABLEGEN_OPINTERFACES_H_ Definition: InferTypeOpInterface.cpp:20
Definition: PassRegistry.cpp:413
Definition: OpInterfaces.h:33
Definition: OpInterfaces.h:30
Definition: OpInterfaces.h:76
StringRef name
Definition: OpInterfaces.h:35
StringRef type
Definition: OpInterfaces.h:34