Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp36 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory()
44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory()
110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5395 auto skip = [&](unsigned numWords) { in buildBitmap()
5420 auto scan = [&](unsigned numWords) { in buildBitmap()