Searched defs:new_bound (Results 1 – 8 of 8) sorted by relevance
81 void SetBoundForSimpleLoop(mlir::AffineForOp loop, mlir::AffineExpr new_bound, in SetBoundForSimpleLoop()
187 void set_max_id_bound(uint32_t new_bound) { in set_max_id_bound()
609 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
610 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
990 int64_t new_bound = std::min(lhs_info->constant, rhs_info->constant); in TrySimplifyTautologicalCompare() local