Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1548 static unsigned getSufficientBitsNeeded(StringRef Str, uint8_t Radix);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp513 unsigned APInt::getSufficientBitsNeeded(StringRef Str, uint8_t Radix) { in getSufficientBitsNeeded() function in APInt
548 unsigned sufficient = getSufficientBitsNeeded(str, radix); in getBitsNeeded()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3889 Literal.isBitInt ? llvm::APInt::getSufficientBitsNeeded( in ActOnNumericConstant()