Home | History | Annotate | Download | only in Analysis

Lines Matching full:countleadingzeros

2340       } else if (Val.countLeadingZeros() < Width - 1) {
2353 Upper = Lower.shl(Lower.countLeadingZeros()) + 1;
2362 unsigned ShiftAmount = CI2->getValue().countLeadingZeros() - 1;