Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2818 SmallVector<int64_t, 4> lb, otherLb, ub, otherUb; in unionBoundingBox() local
2834 d, &otherLb, &otherLbFloorDivisor, &otherUb); in unionBoundingBox()
2841 auto res = compareBounds(lb, otherLb); in unionBoundingBox()
2850 minLb = otherLb; in unionBoundingBox()