MLIR
16.0.0git
|
#include "mlir/Support/MathExtras.h"
Go to the source code of this file.
Classes | |
struct | mlir::presburger::Fraction |
A class to represent fractions. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::presburger | |
Functions | |
int | mlir::presburger::compare (Fraction x, Fraction y) |
Three-way comparison between two fractions. More... | |
int64_t | mlir::presburger::floor (Fraction f) |
int64_t | mlir::presburger::ceil (Fraction f) |
Fraction | mlir::presburger::operator- (Fraction x) |
bool | mlir::presburger::operator< (Fraction x, Fraction y) |
bool | mlir::presburger::operator<= (Fraction x, Fraction y) |
bool | mlir::presburger::operator== (Fraction x, Fraction y) |
bool | mlir::presburger::operator!= (Fraction x, Fraction y) |
bool | mlir::presburger::operator> (Fraction x, Fraction y) |
bool | mlir::presburger::operator>= (Fraction x, Fraction y) |
Fraction | mlir::presburger::operator* (Fraction x, Fraction y) |