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

/external/clang/test/CodeGen/
H A Dpacked-structure.c53 // CHECK-FUNCTIONS-LABEL: define i32 @s1_load_y
54 // CHECK-FUNCTIONS: [[s1_load_y:%.*]] = load i32* {{.*}}, align 1
55 // CHECK-FUNCTIONS: ret i32 [[s1_load_y]]
56 int s1_load_y(struct s1 *a) { return a->y; } function

Completed in 103 milliseconds