__m128d test_mm_mask_i32gather_pd(__m128d a, double const *b, __m128i c, __m128d d) { // CHECK-LABEL: test_mm_mask_i32gather_pd // CHECK: call <2 x double> @llvm.x86.avx2.gather.d.pd(<2 x double> %{{.*}}, i8* %{{.*}}, <4 x i32> %{{.*}}, <2 x double> %{{.*}}, i8 2) return _mm_mask_i32gather_pd(a, b, c, d, 2); }
__m128d test_mm_mask_i32gather_pd(__m128d a, double const *b, __m128i c, __m128d d) { // CHECK: @llvm.x86.avx2.gather.d.pd return _mm_mask_i32gather_pd(a, b, c, d, 2); }