Home
last modified time | relevance | path

Searched refs:nearestLogBase2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1718 unsigned nearestLogBase2() const;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1134 unsigned APInt::nearestLogBase2() const { in nearestLogBase2() function in APInt