Searched defs:logBase2 (Results 1 – 1 of 1) sorted by relevance
1496 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function1757 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function