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