Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Zeros

1137     // Handle vector zeros.  This occurs because the canonical form of
1386 uint32_t Zeros = AndRHSMask.countLeadingZeros();
1387 APInt Mask = APInt::getLowBitsSet(BitWidth, BitWidth - Zeros);
1601 // One element must be all ones, and the other must be all zeros.
1611 /// vector composed of all-zeros or all-ones values and is the bitwise 'not' of
2049 // Handle vector zeros. This occurs because the canonical form of