Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BitFieldSize

2162       uint64_t BitFieldSize
2164 unsigned UnsSize = (BitFieldSize / ByteSizeInBits) +
2165 ((BitFieldSize % ByteSizeInBits) != 0);
4656 uint64_t BitFieldSize
4660 skivar.ivar_size = (BitFieldSize / ByteSizeInBits)
4661 + ((BitFieldSize % ByteSizeInBits) != 0);