Searched refs:VI4 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/CXX/temp/temp.param/ |
D | p7.cpp | 40 typedef __attribute__((ext_vector_type(4))) int VI4; typedef 42 template<VI4> struct VectorInt; // cxx17-error {{cannot have type 'VI4'}} 67 VI4 vi4;
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 947 Value *VI4 = IRB.CreateInsertElement(VI1, IRB.getInt8(2), Val); in TEST_F() local 949 Value *EX1 = IRB.CreateExtractElement(VI4, Val); in TEST_F() 950 Value *EX2 = IRB.CreateExtractElement(VI4, (uint64_t)0); in TEST_F() 955 Value *SI2 = IRB.CreateShuffleVector(VI3, VI4, IdxVec); in TEST_F() 957 Value *SI4 = IRB.CreateShuffleVector(VI4, UndefVec, Zero); in TEST_F() 986 EXPECT_TRUE(A == VI4); in TEST_F() 998 EXPECT_TRUE(B == VI4); in TEST_F()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 1480 typedef int __attribute__((vector_size(16))) VI4; typedef 1481 constexpr VI4 f(int n) { in f() 1482 return VI4 { n * 3, n + 4, n - 5, n / 6 }; in f()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 1615 typedef int __attribute__((vector_size(16))) VI4; typedef 1616 constexpr VI4 f(int n) { in f() 1617 return VI4 { n * 3, n + 4, n - 5, n / 6 }; in f()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 25839 "+","US","VI4","Valliant","Valliant","OK","--3-----","RL","1301",,"3400N 09505W",
|