Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp135 bool signMatchesDirection(int64_t elem, Direction direction) { in signMatchesDirection() function
166 !signMatchesDirection(elem, direction)) in findPivot()
314 if (signMatchesDirection(elem, direction)) in findPivotRow()
327 (diff != 0 && !signMatchesDirection(diff, direction))) { in findPivotRow()