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