Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicReader.h173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp101 unsigned numWords() const { in numWords() function in __anon95ce71570111::M68kInstructionLookupBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp37 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory()
45 inline static uint64_t* getMemory(unsigned numWords) { in getMemory()
113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp5479 auto skip = [&](unsigned numWords) { in buildBitmap()
5504 auto scan = [&](unsigned numWords) { in buildBitmap()