Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp37 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
78 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
98 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
2145 U.pVal = getClearedMemory(getNumWords()); in fromString()