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.cpp44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
86 U.pVal = getMemory(getNumWords()); in initSlowCase()
136 U.pVal = getMemory(getNumWords()); in reallocate()
239 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
915 APInt Result(getMemory(getNumWords(width)), width); in trunc()
963 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
990 APInt Result(getMemory(getNumWords(width)), width); in zext()