Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BitFieldSize

3959       uint64_t BitFieldSize
3963 skivar.ivar_size = (BitFieldSize / ByteSizeInBits)
3964 + ((BitFieldSize % ByteSizeInBits) != 0);