Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h172 unsigned bitWidth = asImpl().readUInt32(); in readAPInt() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h68 constexpr static unsigned bitWidth() { return 1; } in bitWidth() function
H A DFloating.h86 unsigned bitWidth() const { return F.semanticsSizeInBits(F.getSemantics()); } in bitWidth() function
H A DIntegralAP.h125 constexpr unsigned bitWidth() const { return V.getBitWidth(); } in bitWidth() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5246 unsigned bitWidth = result.getBitWidth(); in convertToInteger() local