Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
2389 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2465 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2466 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2617 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2618 unsigned WordSizeInBytes = WordSizeInBits / ByteSizeInBits; in getBitmapBlockLayout()2803 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in fillRunSkipBlockVars() local2804 unsigned WordSizeInBytes = WordSizeInBits / ByteSizeInBits; in fillRunSkipBlockVars()