Searched refs:constOtherLb (Results 1 – 1 of 1) sorted by relevance
2855 auto constOtherLb = otherAligned.getConstantLowerBound(d); in unionBoundingBox() local2856 if (!constLb.hasValue() || !constOtherLb.hasValue()) in unionBoundingBox()2859 minLb.back() = std::min(constLb.getValue(), constOtherLb.getValue()); in unionBoundingBox()