Home
last modified time | relevance | path

Searched refs:constUb (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp327 if (auto constUb = getConstantIntValue(ub)) in rewritePeeledMinMaxOp() local
328 constraints.addBound(IntegerPolyhedron::EQ, 1, *constUb); in rewritePeeledMinMaxOp()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2043 auto constUb = getConstantBound(BoundType::UB, d); in unionBoundingBox() local
2045 if (!constUb.has_value() || !constOtherUb.has_value()) in unionBoundingBox()
2048 maxUb.back() = std::max(constUb.value(), constOtherUb.value()); in unionBoundingBox()