My Project
Classes
mlir::OpTrait::NResults< N > Class Template Reference

#include <OpDefinition.h>

Classes

class  Impl
 

Detailed Description

template<unsigned N>
class mlir::OpTrait::NResults< N >

This class provides the API for ops that are known to have a specified number of results. This is used as a trait like this:

class FooOp : public Op<FooOp, OpTrait::NResults<2>::Impl> {


The documentation for this class was generated from the following file: