Searched refs:lower_bounds_ (Results 1 – 2 of 2) sorted by relevance
37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds()53 lower_bounds_(zone), in InductionVariable()65 ZoneVector<Bound> lower_bounds_; variable
94 lower_bounds_.push_back(Bound(bound, kind)); in AddLowerBound()