Searched refs:i8_ptr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | constant-combines.ll | 6 define void @fold_constant_stores_loaddr(i8* %i8_ptr) { 23 %i64_ptr = bitcast i8* %i8_ptr to i64* 25 store i8 170, i8* %i8_ptr, align 1 30 define void @fold_constant_stores_hiaddr(i8* %i8_ptr) { 47 %i64_ptr = bitcast i8* %i8_ptr to i64* 49 %i8_ptr2 = getelementptr inbounds i8, i8* %i8_ptr, i64 7 50 store i8 170, i8* %i8_ptr, align 1
|
| /llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2.cpp | 31 int8_t *i8_ptr; variable 1669 SVE_ACLE_FUNC(svstnt1b_scatter_, u32, offset, _s32)(pg, i8_ptr, svundef_u32(), svundef_s32()); in test_s32() 2459 SVE_ACLE_FUNC(svstnt1b_scatter_, s64, offset, _s64)(pg, i8_ptr, svundef_s64(), svundef_s64()); in test_s64() 2462 SVE_ACLE_FUNC(svstnt1b_scatter_, u64, offset, _s64)(pg, i8_ptr, svundef_u64(), svundef_s64()); in test_s64()
|