Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp2466 CharUnits residue_in_bytes = CharUnits::Zero(); in getBitmapBlockLayout() local
2468 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2469 size_in_bytes -= residue_in_bytes; in getBitmapBlockLayout()
2487 if (residue_in_bytes > CharUnits::Zero()) { in getBitmapBlockLayout()
2489 (BLOCK_LAYOUT_NON_OBJECT_BYTES << 4) | (residue_in_bytes.getQuantity()-1); in getBitmapBlockLayout()