Home
last modified time | relevance | path

Searched refs:uint8_vec_t (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-codegen.c12 typedef uint8_t uint8_vec_t __attribute__((vector_size(N / 64))); typedef
146 uint8_vec_t xx = {1, 2, 3, 4}; in test_cast()
147 uint8_vec_t yy = {2, 5, 4, 6}; in test_cast()