Home | History | Annotate | Download | only in Analysis

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 1
880 // ~ZeroBits: 0 0 0 1 0 0 0 0