Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
2466 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2544 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2545 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2697 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2698 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()2883 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local2884 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()