Lines Matching refs:LL
623 if (Val >> 32 != 0 && Val >> 32 != ~0LL)1088 int64_t Min = - (4096 * (1LL << (21 - 1)));1089 int64_t Max = 4096 * ((1LL << (21 - 1)) - 1);1104 int64_t Min = - (1LL << (21 - 1));1105 int64_t Max = ((1LL << (21 - 1)) - 1);