Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2745 static BoundCmpResult compareBounds(ArrayRef<int64_t> a, ArrayRef<int64_t> b) { in compareBounds() function
2841 auto res = compareBounds(lb, otherLb); in unionBoundingBox()
2863 auto uRes = compareBounds(ub, otherUb); in unionBoundingBox()