Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2854 auto constLb = getConstantLowerBound(d); in unionBoundingBox() local
2856 if (!constLb.hasValue() || !constOtherLb.hasValue()) in unionBoundingBox()
2859 minLb.back() = std::min(constLb.getValue(), constOtherLb.getValue()); in unionBoundingBox()