My Project
Classes | Namespaces | Functions
AffineMap.h File Reference
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMapInfo.h"
Include dependency graph for AffineMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::AffineMap
 
struct  llvm::DenseMapInfo< mlir::AffineMap >
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.
 
 llvm
 

Functions

inline ::llvm::hash_code mlir::hash_value (AffineMap arg)
 
AffineMap mlir::simplifyAffineMap (AffineMap map)
 Simplify an affine map by simplifying its underlying AffineExpr results. More...
 
AffineMap mlir::inversePermutation (AffineMap map)
 
AffineMap mlir::concatAffineMaps (ArrayRef< AffineMap > maps)
 
raw_ostream & mlir::operator<< (raw_ostream &os, AffineMap map)