Searched refs:INS6 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | vector_insertelt_shuffle.ll | 45 ; CHECK-NEXT: [[INS6:%.*]] = insertelement <4 x float> [[INS5]], float 7.000000e+00, i32 [[A]] 46 ; CHECK-NEXT: ret <4 x float> [[INS6]]
|
| H A D | vector_insertelt_shuffle-inseltpoison.ll | 45 ; CHECK-NEXT: [[INS6:%.*]] = insertelement <4 x float> [[INS5]], float 7.000000e+00, i32 [[A]] 46 ; CHECK-NEXT: ret <4 x float> [[INS6]]
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 184 uint8_t INS6[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0xF7, 0x66}; in TestInsertByte() local 195 if (NewSize == 8 && !memcmp(INS6, T, 8)) FoundMask |= 1 << 6; in TestInsertByte() 221 uint8_t INS6[8] = {0x00, 0x11, 0x22, 'b', 'b', 'b', 'b', 0x33}; in TestInsertRepeatedBytes() local 236 if (NewSize == 8 && !memcmp(INS6, T, 8)) FoundMask |= 1 << 6; in TestInsertRepeatedBytes()
|