Home | History | Annotate | Download | only in Support

Lines Matching full:leadingzeros

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