Searched refs:allocationAlign (Results 1 – 1 of 1) sorted by relevance
1644 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local1649 allocationAlign = std::max( in EmitCXXNewExpr()1650 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()1653 allocation = Address(RV.getScalarVal(), allocationAlign); in EmitCXXNewExpr()