MLIR  19.0.0git
Namespaces | Functions
MathExtras.h File Reference
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/APInt.h"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Functions

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...