Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp2307 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout() local
2338 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2343 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()
2384 if (WordSizeInBytes == 8) { in getBitmapBlockLayout()
2459 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout() local
2494 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in BuildRCBlockLayout()