cub::SHL_ADD

Defined in /home/runner/work/cccl/cccl/cub/cub/util_ptx.cuh

unsigned int cub::SHL_ADD(unsigned int x, unsigned int shift, unsigned int addend)

Shift-left then add.

Returns (x << shift) + addend.