Set function-level flag `WaveOps` flag if the function uses DXIL Wave Operations - see [here](https://github.com/microsoft/DirectXShaderCompiler/blob/a023a95f73618e8ca1791147d3722a3e1ea7608f/lib/DXIL/DxilOperations.cpp#L2825) This flag is named `m_bWaveOps` in `dxc` sources. AC: Add tests to verify the flag is set.