Lines Matching full:values

107 … expected-error {{invalid argument type 'v2i64' (vector of 2 'long long' values) to unary expressi…  in logicTest()
110 … v2i64_c; // expected-error {{used type 'v2i64' (vector of 2 'long long' values) where arithmetic … in logicTest()
124 …r {{logical expression with vector type 'v2i64' (vector of 2 'long long' values) and non-vector ty… in logicTest()
125 …r {{logical expression with vector type 'v2i64' (vector of 2 'long long' values) and non-vector ty… in logicTest()
127 … {{logical expression with vector types 'v2i64' (vector of 2 'long long' values) and 'v2i64' is on… in logicTest()
128 … {{logical expression with vector types 'v2i64' (vector of 2 'long long' values) and 'v2i64' is on… in logicTest()
150 …t between scalar type 'int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestConstant()
185 … scalar type 'unsigned int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
186 …r type 'unsigned long long' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
191 … type 'unsigned long long' and vector type 'v4f64' (vector of 4 'double' values) as implicit conve… in floatTestUnsignedType()
200 …t between scalar type 'int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestSignedType()
201 …een scalar type 'long long' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestSignedType()
206 …en scalar type 'long long' and vector type 'v4f64' (vector of 4 'double' values) as implicit conve… in floatTestSignedType()
220 … {{implicit conversion loses integer precision: 'long long' to 'v2i32' (vector of 2 'int' values)}} in intTestType()
225 …een scalar type 'long long' and vector type 'v2i16' (vector of 2 'short' values) as implicit conve… in intTestType()
226 …ning {{implicit conversion loses integer precision: 'int' to 'v2i16' (vector of 2 'short' values)}} in intTestType()
230 …tween scalar type 'long long' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestType()
231 …ert between scalar type 'int' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestType()
232 …ning {{implicit conversion loses integer precision: 'short' to 'v2i8' (vector of 2 'char' values)}} in intTestType()
243 …pe 'unsigned long long' and vector type 'v2i64' (vector of 2 'long long' values) as implicit conve… in intTestTypeUnsigned()
249 …it conversion loses integer precision: 'unsigned long long' to 'v2i32' (vector of 2 'int' values)}} in intTestTypeUnsigned()
250 …en scalar type 'unsigned int' and vector type 'v2i32' (vector of 2 'int' values) as implicit conve… in intTestTypeUnsigned()
254 …r type 'unsigned long long' and vector type 'v2i16' (vector of 2 'short' values) as implicit conve… in intTestTypeUnsigned()
255 …plicit conversion loses integer precision: 'unsigned int' to 'v2i16' (vector of 2 'short' values)}} in intTestTypeUnsigned()
256 …calar type 'unsigned short' and vector type 'v2i16' (vector of 2 'short' values) as implicit conve… in intTestTypeUnsigned()
259 …lar type 'unsigned long long' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestTypeUnsigned()
260 …en scalar type 'unsigned int' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestTypeUnsigned()
261 …plicit conversion loses integer precision: 'unsigned short' to 'v2i8' (vector of 2 'char' values)}} in intTestTypeUnsigned()
262 …n scalar type 'unsigned char' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestTypeUnsigned()
271 …t conversion changes signedness: 'long long' to 'v2u64' (vector of 2 'unsigned long long' values)}} in uintTestType()
272 …mplicit conversion changes signedness: 'int' to 'v2u64' (vector of 2 'unsigned long long' values)}} in uintTestType()
273 …licit conversion changes signedness: 'short' to 'v2u64' (vector of 2 'unsigned long long' values)}} in uintTestType()
274 …plicit conversion changes signedness: 'char' to 'v2u64' (vector of 2 'unsigned long long' values)}} in uintTestType()
276 …it conversion loses integer precision: 'long long' to 'v2u32' (vector of 2 'unsigned int' values)}} in uintTestType()
277 …ng {{implicit conversion changes signedness: 'int' to 'v2u32' (vector of 2 'unsigned int' values)}} in uintTestType()
278 … {{implicit conversion changes signedness: 'short' to 'v2u32' (vector of 2 'unsigned int' values)}} in uintTestType()
279 …g {{implicit conversion changes signedness: 'char' to 'v2u32' (vector of 2 'unsigned int' values)}} in uintTestType()
281 …r type 'long long' and vector type 'v2u16' (vector of 2 'unsigned short' values) as implicit conve… in uintTestType()
282 …plicit conversion loses integer precision: 'int' to 'v2u16' (vector of 2 'unsigned short' values)}} in uintTestType()
283 …{implicit conversion changes signedness: 'short' to 'v2u16' (vector of 2 'unsigned short' values)}} in uintTestType()
284 …{{implicit conversion changes signedness: 'char' to 'v2u16' (vector of 2 'unsigned short' values)}} in uintTestType()
286 …lar type 'long long' and vector type 'v2u8' (vector of 2 'unsigned char' values) as implicit conve… in uintTestType()
287 …en scalar type 'int' and vector type 'v2u8' (vector of 2 'unsigned char' values) as implicit conve… in uintTestType()
288 …plicit conversion loses integer precision: 'short' to 'v2u8' (vector of 2 'unsigned char' values)}} in uintTestType()
289 …g {{implicit conversion changes signedness: 'char' to 'v2u8' (vector of 2 'unsigned char' values)}} in uintTestType()
304 …sion loses integer precision: 'unsigned long long' to 'v2u32' (vector of 2 'unsigned int' values)}} in uintTestTypeUnsigned()
309 …nsigned long long' and vector type 'v2u16' (vector of 2 'unsigned short' values) as implicit conve… in uintTestTypeUnsigned()
310 …nversion loses integer precision: 'unsigned int' to 'v2u16' (vector of 2 'unsigned short' values)}} in uintTestTypeUnsigned()
314 …'unsigned long long' and vector type 'v2u8' (vector of 2 'unsigned char' values) as implicit conve… in uintTestTypeUnsigned()
315 … type 'unsigned int' and vector type 'v2u8' (vector of 2 'unsigned char' values) as implicit conve… in uintTestTypeUnsigned()
316 …nversion loses integer precision: 'unsigned short' to 'v2u8' (vector of 2 'unsigned char' values)}} in uintTestTypeUnsigned()
327 …{{implicit conversion from 'long' to 'v2u32' (vector of 2 'unsigned int' values) changes value fro… in uintTestConstant()
328 …{implicit conversion from 'int' to 'v2u16' (vector of 2 'unsigned short' values) changes value fro… in uintTestConstant()
329 …en scalar type 'int' and vector type 'v2u8' (vector of 2 'unsigned char' values) as implicit conve… in uintTestConstant()
346 …-warning {{implicit conversion from 'long' to 'v2i32' (vector of 2 'int' values) changes value fro… in intTestConstant()
347 …warning {{implicit conversion from 'int' to 'v2i16' (vector of 2 'short' values) changes value fro… in intTestConstant()
348 …d-warning {{implicit conversion from 'int' to 'v2i8' (vector of 2 'char' values) changes value fro… in intTestConstant()
350 …-warning {{implicit conversion from 'long' to 'v2i32' (vector of 2 'int' values) changes value fro… in intTestConstant()
351 …warning {{implicit conversion from 'int' to 'v2i16' (vector of 2 'short' values) changes value fro… in intTestConstant()
352 …ert between scalar type 'int' and vector type 'v2i8' (vector of 2 'char' values) as implicit conve… in intTestConstant()