Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp42 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
76 U.pVal = getMemory(getNumWords()); in initSlowCase()
87 U.pVal = getMemory(getNumWords()); in initSlowCase()
137 U.pVal = getMemory(getNumWords()); in reallocate()
241 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
946 APInt Result(getMemory(getNumWords(width)), width); in trunc()
994 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
1021 APInt Result(getMemory(getNumWords(width)), width); in zext()