Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp205 if (auto constUb = getConstantIntValue(ub)) in rewritePeeledMinMaxOp() local
206 constraints.addBound(BoundType::EQ, 1, *constUb); in rewritePeeledMinMaxOp()
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2248 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