Lines Matching defs:shift_count
3112 int shift_count = c->Integer32Value() & 0x1f;3115 return (shift_count >= 1)3117 static_cast<uint32_t>(0xffffffff) >> shift_count)