Home | History | Annotate | Download | only in Scalar

Lines Matching defs:SizeInBits

779   uint64_t SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
780 if ((SizeInBits & 7) || (SizeInBits >> 32) != 0)
793 unsigned StoreSize = (unsigned)SizeInBits >> 3;