Home | History | Annotate | Download | only in InstCombine

Lines Matching full:leadingzeros

342     unsigned LeadingZeros = KnownOne.countLeadingZeros();
343 APInt Mask(APInt::getHighBitsSet(BitWidth, LeadingZeros));
346 APInt(BitWidth, LeadingZeros)));