Home
last modified time | relevance | path

Searched refs:struct4 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll6 %struct3 = type { i32, %struct4, %struct4 }
7 %struct4 = type { %struct2, %struct2 }
104 ; CHECK-NEXT: [[TMP35:%.*]] = getelementptr inbounds [[STRUCT4:%.*]], %struct4* [[TMP1]], i64 [[…
114 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
120 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
125 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
133 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/llvm-project-15.0.7/clang/test/SemaSYCL/
H A Dspecial-class-attribute.cpp88 struct [[clang::sycl_special_class]] struct4 { // expected-error {{types with 'sycl_special_class' … struct
91 void struct4::__init(){} in __init()
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dconstant-struct.ll35 define internal {i64, i32} @struct4(i32 %x) {
40 ; CHECK: define internal { i64, i32 } @struct4(i32 %x) {