Home | History | Annotate | Download | only in CodeGen

Lines Matching full:allocaalignment

1029       CharUnits allocaAlignment;
1034 allocaAlignment = byrefInfo.ByrefAlignment;
1037 allocaAlignment = alignment;
1043 address = CreateTempAlloca(allocaTy, allocaAlignment);