Home
last modified time | relevance | path

Searched defs:logBase2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h1496 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function
1757 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function