Home
last modified time | relevance | path

Searched refs:getSufficientBitsNeeded (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp544 unsigned APInt::getSufficientBitsNeeded(StringRef Str, uint8_t Radix) { in getSufficientBitsNeeded() function in APInt
579 unsigned sufficient = getSufficientBitsNeeded(str, radix); in getBitsNeeded()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1588 LLVM_ABI static unsigned getSufficientBitsNeeded(StringRef Str,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3938 BitsNeeded = llvm::APInt::getSufficientBitsNeeded( in ActOnNumericConstant()