Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
2474 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2552 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2553 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2705 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2706 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()2891 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local2892 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars()