Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BitFieldSize

2156       uint64_t BitFieldSize
2158 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) +
2159 ((BitFieldSize % ByteSizeInBits) != 0);
4630 uint64_t BitFieldSize
4634 skivar.ivar_size = (BitFieldSize / ByteSizeInBits)
4635 + ((BitFieldSize % ByteSizeInBits) != 0);