Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2027 auto constLb = getConstantBound(BoundType::LB, d); in unionBoundingBox() local
2029 if (!constLb.has_value() || !constOtherLb.has_value()) in unionBoundingBox()
2032 minLb.back() = std::min(constLb.value(), constOtherLb.value()); in unionBoundingBox()