Searched refs:VectorGep (Results 1 – 2 of 2) sorted by relevance
16 %VectorGep = getelementptr double, double* %a, <8 x i64> %i17 ret <8 x double*> %VectorGep24 %VectorGep = getelementptr double, double* %a, <8 x i32> %i25 ret <8 x double*> %VectorGep31 ; CHECK: %VectorGep = getelementptr i8, <8 x i8*> %a, i64 %132 %VectorGep = getelementptr i8, <8 x i8*> %a, i32 %i33 ret <8 x i8*> %VectorGep
290 TEST(InstructionsTest, VectorGep) { in TEST() argument