Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp34 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
78 pVal = getClearedMemory(getNumWords()); in initSlowCase()
97 pVal = getClearedMemory(getNumWords()); in initFromArray()
1800 Quotient->pVal = getClearedMemory(Quotient->getNumWords()); in divide()
1831 Remainder->pVal = getClearedMemory(Remainder->getNumWords()); in divide()
2128 pVal = getClearedMemory(getNumWords()); in fromString()