Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Zeros

948     // Handle vector zeros.  This occurs because the canonical form of
1078 uint32_t Zeros = AndRHSMask.countLeadingZeros();
1079 APInt Mask = APInt::getLowBitsSet(BitWidth, BitWidth - Zeros);
1356 // If the AndMask is all zeros for this byte, clear the bit.
1684 // Handle vector zeros. This occurs because the canonical form of