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

/external/clang/test/CodeGen/
H A Dppc64-align-struct.c135 // CHECK-LABEL: define void @testva_longdouble(%struct.test_longdouble* noalias sret %agg.result, i32 signext %x, ...)
136 // CHECK: %y = alloca %struct.test_longdouble, align 16
140 // CHECK: [[T0:%.*]] = bitcast i8* %[[CUR]] to %struct.test_longdouble*
141 // CHECK: [[DEST:%.*]] = bitcast %struct.test_longdouble* %y to i8*
142 // CHECK: [[SRC:%.*]] = bitcast %struct.test_longdouble* [[T0]] to i8*
144 struct test_longdouble { long double x; }; struct
145 struct test_longdouble testva_longdouble (int x, ...)
147 struct test_longdouble y;
150 y = va_arg (ap, struct test_longdouble);

Completed in 75 milliseconds