Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1509 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function
1770 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function