Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Lower/
H A Dpointer-args-caller.f909 subroutine array_ptr(p)
37 call array_ptr(p)
81 call array_ptr(p)
96 call array_ptr(p)
131 call array_ptr(p)
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dcollective_invariant_loads.ll21 %array_ty = type { i64, %array_ptr*, i8 }
22 %array_ptr = type { [2 x i64], [2 x i64], [2 x i64], i64, i64, double*, double*, i8 }
36 %tmp3 = load %array_ptr*, %array_ptr** %tmp, align 8
37 %tmp4 = getelementptr inbounds %array_ptr, %array_ptr* %tmp3, i64 0, i32 1, i64 0
41 %tmp8 = getelementptr inbounds %array_ptr, %array_ptr* %tmp3, i64 0, i32 6
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Danon_aggr.ll12 %array_ptr = extractvalue {i64, i8* } %array, 1
13 %cond = icmp eq i8* %array_ptr, %ptr
16 ret i8* %array_ptr
/llvm-project-15.0.7/mlir/test/Conversion/FuncToLLVM/
H A Dconvert-types.mlir28 // CHECK-LABEL: @array_ptr()
30 func.func private @array_ptr() -> !llvm.array<10 x ptr<!test.smpla>>
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darray-bounds.cpp72 int (*array_ptr)[2]; in test() local
73 …(*array_ptr)[3] = 1; // expected-warning {{array index 3 is past the end of the array (which conta… in test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp28 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}