Home
last modified time | relevance | path

Searched refs:normalizeConstraintsByGCD (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h663 void normalizeConstraintsByGCD();
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp484 void IntegerRelation::normalizeConstraintsByGCD() { in normalizeConstraintsByGCD() function in IntegerRelation
1629 normalizeConstraintsByGCD(); in removeTrivialRedundancy()
1882 newRel.normalizeConstraintsByGCD(); in fourierMotzkinEliminate()
1924 normalizeConstraintsByGCD(); in projectOut()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp982 normalizeConstraintsByGCD(); in getSliceBounds()