Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp36 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
77 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
96 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
2108 U.pVal = getClearedMemory(getNumWords()); in fromString()