Home
last modified time | relevance | path

Searched refs:normalizeRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DUtils.h241 int64_t normalizeRange(MutableArrayRef<int64_t> range);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp220 return normalizeRange(getRow(row).slice(0, cols)); in normalizeRow()
H A DUtils.cpp326 int64_t presburger::normalizeRange(MutableArrayRef<int64_t> range) { in normalizeRange() function in presburger
H A DSimplex.cpp342 normalizeRange(sample); in getSymbolicSampleIneq()
636 normalizeRange(splitIneq); in computeSymbolicIntegerLexMin()