Searched refs:constOtherUb (Results 1 – 1 of 1) sorted by relevance
2871 auto constOtherUb = otherAligned.getConstantUpperBound(d); in unionBoundingBox() local2872 if (!constUb.hasValue() || !constOtherUb.hasValue()) in unionBoundingBox()2875 maxUb.back() = std::max(constUb.getValue(), constOtherUb.getValue()); in unionBoundingBox()