MLIR  19.0.0git
Namespaces | Typedefs | Functions
LoopLikeInterface.h File Reference
#include "mlir/IR/OpDefinition.h"
#include "mlir/Interfaces/LoopLikeInterface.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::detail
 Detect if any of the given parameter types has a sub-element handler.
 

Typedefs

using mlir::NewYieldValuesFn = std::function< SmallVector< Value >(OpBuilder &b, Location loc, ArrayRef< BlockArgument > newBbArgs)>
 A function that returns the additional yielded values during replaceWithAdditionalYields. More...
 

Functions

LogicalResult mlir::detail::verifyLoopLikeOpInterface (Operation *op)
 Verify invariants of the LoopLikeOpInterface. More...