Searched refs:constUb (Results 1 – 2 of 2) sorted by relevance
205 if (auto constUb = getConstantIntValue(ub)) in rewritePeeledMinMaxOp() local206 constraints.addBound(BoundType::EQ, 1, *constUb); in rewritePeeledMinMaxOp()
2248 auto constUb = getConstantBound(BoundType::UB, d); in unionBoundingBox() 2250 if (!constUb.has_value() || !constOtherUb.has_value()) in unionBoundingBox() 2253 maxUb.back() = std::max(*constUb, *constOtherUb); in unionBoundingBox() 2245 auto constUb = getConstantBound(BoundType::UB, d); unionBoundingBox() local