Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:trailingZeros

1763     unsigned trailingZeros = RHS.countTrailingZeros();
1764 APInt lowBitsSet = APInt::getLowBitsSet(BitWidth, trailingZeros);