Home
last modified time | relevance | path

Searched refs:type_2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dpr44245.ll148 %type_2 = type {}
162 ; CHECK-NEXT: store %type_2* poison, %type_2** null, align 4294967296
171 %link.0 = phi %type_2* [ undef, %entry ], [ %cond145, %cond.end144 ]
172 %os115 = bitcast %type_2* %link.0 to %type_3*
181 %0 = load %type_2*, %type_2** undef, align 8
185 %1 = load %type_2*, %type_2** undef, align 8
189 %cond145 = phi %type_2* [ %0, %cond.true133 ], [ %1, %cond.false138 ]
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dnon_contiguous_update.cpp68 int64_t size_2 = 4, type_2 = OMP_TGT_MAPTYPE_NON_CONTIG; in main() local
73 int64_t *types_2 = &type_2; in main()