Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h172 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegralAP.h140 constexpr unsigned numWords() const { return APInt::getNumWords(BitWidth); } in numWords() function
H A DFloating.h105 unsigned numWords() const { return llvm::APInt::getNumWords(bitWidth()); } in numWords() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp36 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory()
42 inline static uint64_t* getMemory(unsigned numWords) { in getMemory()
111 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5311 auto skip = [&](unsigned numWords) { in buildBitmap()
5336 auto scan = [&](unsigned numWords) { in buildBitmap()