Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2473 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local
2551 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()
2552 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()
2704 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local
2705 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()
2890 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local
2891 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()