Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
2428 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2509 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2510 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2662 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2663 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()2848 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local2849 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()