#include "mlir/Support/LLVM.h"
#include "llvm/ADT/APInt.h"
Go to the source code of this file.
|
| mlir |
| This header declares functions that assit transformations in the MemRef dialect.
|
|
|
int64_t | mlir::ceilDiv (int64_t lhs, int64_t rhs) |
| Returns the result of MLIR's ceildiv operation on constants. More...
|
|
int64_t | mlir::floorDiv (int64_t lhs, int64_t rhs) |
| Returns the result of MLIR's floordiv operation on constants. More...
|
|
int64_t | mlir::mod (int64_t lhs, int64_t rhs) |
| Returns MLIR's mod operation on constants. More...
|
|