Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
2209 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2290 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2291 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2443 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2444 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()2594 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCBlockLayout() local2595 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout()