Searched refs:AlignedStruct (Results 1 – 2 of 2) sorted by relevance
8 %AlignedStruct = type { double, double }16 declare void @ext_byval_func_alignedstruct(%AlignedStruct* byval(%AlignedStruct))65 define void @byval_arg_double(%AlignedStruct* %ptr) {72 ; Copy the AlignedStruct argument to the stack (SP+0, original SP-16)78 tail call void @ext_byval_func_alignedstruct(%AlignedStruct* byval(%AlignedStruct) %ptr)
8 struct __declspec(align(16)) AlignedStruct { int x; }; argument17 struct AlignedStruct a[1];