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