Searched refs:vec_splati (Results 1 – 3 of 3) sorted by relevance
1347 return vec_splati(-17); in test_vec_vec_splati_si()1352 return vec_splati(16U); in test_vec_vec_splati_ui()1357 return vec_splati(1.0f); in test_vec_vec_splati_f()
290 define dso_local <4 x i32> @vec_splati() local_unnamed_addr {291 ; CHECK-LABEL: vec_splati:
17940 #define vec_splati(__a) \ macro