Searched refs:StructWithVec (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-abi-vector.c235 } StructWithVec; typedef in typeref:struct:__anon18590
242 // CHECK: bitcast i8* [[AP_ALIGN]] to %struct.StructWithVec*
244 // APCS-GNU: [[VAR_ALIGN:%.*]] = alloca %struct.StructWithVec
246 // APCS-GNU: bitcast %struct.StructWithVec* [[VAR_ALIGN]] to i8*
251 StructWithVec c3 = va_arg(ap, StructWithVec);
257 double test_struct(StructWithVec* d) {

Completed in 297 milliseconds