Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2533 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local
2611 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()
2612 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()
2764 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local
2765 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()
2950 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local
2951 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()