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