Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2823 SmallVector<int64_t, 8> newLb(getNumCols()), newUb(getNumCols()); in unionBoundingBox() local
2879 std::fill(newUb.begin(), newUb.end(), 0); in unionBoundingBox()
2884 newUb[d] = -lbFloorDivisor; in unionBoundingBox()
2889 std::copy(maxUb.begin(), maxUb.end(), newUb.begin() + getNumDimIds()); in unionBoundingBox()
2892 boundingUbs.push_back(newUb); in unionBoundingBox()