MLIR  19.0.0git
Classes
mlir::OpTrait::AtLeastNResults< N > Class Template Reference

This class provides the API for ops that are known to have at least a specified number of results. More...

#include "mlir/IR/OpDefinition.h"

Classes

class  Impl
 

Detailed Description

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

This class provides the API for ops that are known to have at least a specified number of results.

This is used as a trait like this:

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

Definition at line 734 of file OpDefinition.h.


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