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