Searched refs:allocationAlign (Results 1 – 1 of 1) sorted by relevance
1683 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local1688 allocationAlign = std::max( in EmitCXXNewExpr()1689 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()1692 allocation = Address(RV.getScalarVal(), Int8Ty, allocationAlign); in EmitCXXNewExpr()