Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NTZ

1288         unsigned NTZ = AndCst->getValue().countTrailingZeros();
1289 if ((NTZ < AndCst->getBitWidth()) &&
1290 APInt::getOneBitSet(AndCst->getBitWidth(), NTZ).ugt(RHSV))