Searched refs:constOtherUb (Results 1 – 1 of 1) sorted by relevance
2044 auto constOtherUb = otherCst.getConstantBound(BoundType::UB, d); in unionBoundingBox() local2045 if (!constUb.has_value() || !constOtherUb.has_value()) in unionBoundingBox()2048 maxUb.back() = std::max(constUb.value(), constOtherUb.value()); in unionBoundingBox()