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