Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
76 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
95 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
2113 U.pVal = getClearedMemory(getNumWords()); in fromString()