Searched refs:empty_before (Results 1 – 8 of 8) sorted by relevance
1522 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();1528 empty_before && empty_after &&1530 empty_before.LeadingZeros()) < Group::kWidth;
1542 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();1548 empty_before && empty_after &&1550 empty_before.LeadingZeros()) < Group::kWidth;
1448 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();1454 empty_before && empty_after &&1456 empty_before.LeadingZeros()) < Group::kWidth;
1468 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();1474 empty_before && empty_after &&1476 empty_before.LeadingZeros()) < Group::kWidth;
1447 let empty_before = Group::load(self.ctrl(index_before)).match_empty(); in erase() localVariable1458 let ctrl = if empty_before.leading_zeros() + empty_after.trailing_zeros() >= Group::WIDTH { in erase()
1721 isl_bool empty_before, empty_after; in test_gist_empty_pair() local1726 empty_before = isl_map_is_empty(m3); in test_gist_empty_pair()1732 if (empty_before < 0 || empty_after < 0) in test_gist_empty_pair()1734 if (empty_before) in test_gist_empty_pair()