Implement HLSL `WaveGetLaneIndex` intrinsic: https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/WaveGetLaneIndex AC: * The intrinsic is implemented and lowered to LLVM-IR * Tests are implemented to validate that the IR is generated correctly