MLIR
18.0.0git
|
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... | |