Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LeadingZeros

344     unsigned LeadingZeros = KnownOne.countLeadingZeros();
345 APInt Mask(APInt::getHighBitsSet(BitWidth, LeadingZeros));
348 APInt(BitWidth, LeadingZeros)));