Home | History | Annotate | Download | only in CodeGen

Lines Matching full:allocaalignment

795         CharUnits allocaAlignment = alignment;
797 allocaAlignment = std::max(allocaAlignment,
799 Alloc->setAlignment(allocaAlignment.getQuantity());