Searched defs:new_bound (Results 1 – 6 of 6) sorted by relevance
79 void SetBoundForSimpleLoop(mlir::AffineForOp loop, mlir::AffineExpr new_bound, in SetBoundForSimpleLoop()
163 void set_max_id_bound(uint32_t new_bound) { in set_max_id_bound()
169 void set_max_id_bound(uint32_t new_bound) { in set_max_id_bound()
545 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
1103 int64 new_bound = std::min(lhs_info->constant, rhs_info->constant); in TrySimplifyTautologicalCompare() local