Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2044 auto constOtherUb = otherCst.getConstantBound(BoundType::UB, d); in unionBoundingBox() local
2045 if (!constUb.has_value() || !constOtherUb.has_value()) in unionBoundingBox()
2048 maxUb.back() = std::max(constUb.value(), constOtherUb.value()); in unionBoundingBox()