Lines Matching refs:shift
61 let shift = 64 - type_width; localVariable
68 let min = ((self.ty_smin(ty) as i64) << shift) >> shift;
119 let shift = u32::checked_sub(64, ty.bits()).unwrap_or(0); localVariable
120 let x = (x.bits() << shift) >> shift;
239 let shift = 64_u64 localVariable
242 u64::MAX >> shift
249 let shift = 64_u64 localVariable
252 u64::MAX >> shift
274 let shift = 64_u64 localVariable
277 (i64::MIN as u64) >> shift
284 let shift = 64_u64 localVariable
287 (i64::MAX as u64) >> shift