Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LeadingZeros

383     unsigned LeadingZeros = KnownOne.countLeadingZeros();
384 APInt Mask(APInt::getHighBitsSet(BitWidth, LeadingZeros));
387 APInt(BitWidth, LeadingZeros)));