Searched refs:vec_splati (Results 1 – 3 of 3) sorted by relevance
1539 return vec_splati(-17); in test_vec_vec_splati_si()1544 return vec_splati(16U); in test_vec_vec_splati_ui()1549 return vec_splati(1.0f); in test_vec_vec_splati_f()
288 define dso_local <4 x i32> @vec_splati() local_unnamed_addr {289 ; CHECK-LABEL: vec_splati:
19009 #define vec_splati(__a) \ macro