MLIR
15.0.0git
|
#include "mlir/IR/AffineMap.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Types.h"
#include "mlir/Support/LogicalResult.h"
#include "llvm/ADT/Any.h"
#include "llvm/Support/raw_ostream.h"
#include <complex>
#include "mlir/IR/BuiltinAttributeInterfaces.h.inc"
Go to the source code of this file.
Classes | |
struct | mlir::detail::ElementsAttrIndexer |
This class provides support for indexing into the element range of an ElementsAttr. More... | |
class | mlir::detail::ElementsAttrIterator< T > |
This class implements a generic iterator for ElementsAttr. More... | |
class | mlir::detail::ElementsAttrRange< IteratorT > |
This class provides iterator utilities for an ElementsAttr range. More... | |
Namespaces | |
mlir | |
TODO: Remove this file when SCCP and integer range analysis have been ported to the new framework. | |
mlir::detail | |
Functions | |
LogicalResult | mlir::detail::verifyAffineMapAsLayout (AffineMap m, ArrayRef< int64_t > shape, function_ref< InFlightDiagnostic()> emitError) |