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

/external/clang/test/CodeGen/
H A Dpacked-structure.c49 // CHECK-FUNCTIONS-LABEL: define i32 @s1_load_x
50 // CHECK-FUNCTIONS: [[s1_load_x:%.*]] = load i32* {{.*}}, align 1
51 // CHECK-FUNCTIONS: ret i32 [[s1_load_x]]
52 int s1_load_x(struct s1 *a) { return a->x; } function

Completed in 310 milliseconds