Searched refs:ByteSizeInBits (Results 1 – 1 of 1) sorted by relevance
1946 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildGCBlockLayout() local1993 fieldSize / ByteSizeInBits)); in BuildGCBlockLayout()2072 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCRecordLayout() local2153 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) + in BuildRCRecordLayout()2154 ((BitFieldSize % ByteSizeInBits) != 0); in BuildRCRecordLayout()2306 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in getBitmapBlockLayout() local2307 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout()2458 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildRCBlockLayout() local2459 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout()4473 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth(); in BuildAggrIvarLayout() local[all …]