Home
last modified time | relevance | path

Searched refs:otherUb (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()
2863 auto uRes = compareBounds(ub, otherUb); in unionBoundingBox()
2867 maxUb = otherUb; in unionBoundingBox()