Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Zeros

1043     // Handle vector zeros.  This occurs because the canonical form of
1176 uint32_t Zeros = AndRHSMask.countLeadingZeros();
1177 APInt Mask = APInt::getLowBitsSet(BitWidth, BitWidth - Zeros);
1454 // If the AndMask is all zeros for this byte, clear the bit.
1839 // Handle vector zeros. This occurs because the canonical form of