Searched refs:allocationAlign (Results 1 – 1 of 1) sorted by relevance
1659 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local1664 allocationAlign = std::max( in EmitCXXNewExpr()1665 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()1668 allocation = Address(RV.getScalarVal(), allocationAlign); in EmitCXXNewExpr()