Lines Matching full:leadingzeros
1437 /// LeadingZeros can be used to simplify the calculation if the upper bits1439 APInt::mu APInt::magicu(unsigned LeadingZeros) const {1445 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros);