18 Operation::Operation(StringRef name, StringRef summary, StringRef desc,
19 StringRef nativeClassName,
bool supportsTypeInferrence,
21 : name(name.str()), summary(summary.str()), description(desc.str()),
22 nativeClassName(nativeClassName.str()),
23 supportsTypeInferrence(supportsTypeInferrence),
24 location(loc,
llvm::SMLoc::getFromPointer(loc.getPointer() + 1)) {}
The OpAsmOpInterface, see OpAsmInterface.td for more details.
Include the generated interface declarations.