Lines Matching full:zerobits
800 APInt ZeroBits(BitWidth, 0);802 ComputeMaskedBits(V, ZeroBits, OneBits, TD, Depth);804 KnownZero = ZeroBits[BitWidth - 1];879 // ZeroBits: 1 1 1 0 1 1 1 1880 // ~ZeroBits: 0 0 0 1 0 0 0 0