Lines Matching full:countleadingzeros
1766 unsigned RHSUnknownLeadingOnes = KnownOne2.countLeadingZeros();
2008 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros();
2017 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros();
2339 return std::max(FirstAnswer, std::min(VTBits, Mask.countLeadingZeros()));
2458 return getConstant(Val.countLeadingZeros(), VT);