Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2871 auto constOtherUb = otherAligned.getConstantUpperBound(d); in unionBoundingBox() local
2872 if (!constUb.hasValue() || !constOtherUb.hasValue()) in unionBoundingBox()
2875 maxUb.back() = std::max(constUb.getValue(), constOtherUb.getValue()); in unionBoundingBox()