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

Go to the source code of this file.

Namespaces

 mlir
 

Functions

int64_t mlir::ceilDiv (int64_t lhs, int64_t rhs)
 
int64_t mlir::floorDiv (int64_t lhs, int64_t rhs)
 
int64_t mlir::mod (int64_t lhs, int64_t rhs)
 
int64_t mlir::lcm (int64_t a, int64_t b)
 Returns the least common multiple of 'a' and 'b'. More...