Home
last modified time | relevance | path

Searched refs:allocationAlign (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1654 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local
1659 allocationAlign = std::max( in EmitCXXNewExpr()
1660 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()
1663 allocation = Address(RV.getScalarVal(), Int8Ty, allocationAlign); in EmitCXXNewExpr()