Searched refs:high_bit_set (Results 1 – 1 of 1) sorted by relevance
285 const int64_t high_bit_set = 1ULL << 63; in CheckImmRange() local286 const uint64_t mask = (high_bit_set >> (63 - bits)); in CheckImmRange()