Home | History | Annotate | Download | only in optimizing

Lines Matching full:trailing_ones

875       size_t trailing_ones = CTZ(~static_cast<uint64_t>(value));
876 if (trailing_ones >= kBitsPerByte * Primitive::ComponentSize(result_type)) {