Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp167 bool signMatchesDirection(int64_t elem, Direction direction) { in signMatchesDirection() function
864 !signMatchesDirection(elem, direction)) in findPivot()
1017 if (signMatchesDirection(elem, direction)) in findPivotRow()
1030 (diff != 0 && !signMatchesDirection(diff, direction))) { in findPivotRow()