Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1543 static unsigned getBitsNeeded(StringRef str, uint8_t radix);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp545 unsigned APInt::getBitsNeeded(StringRef str, uint8_t radix) { in getBitsNeeded() function in APInt