Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp42 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
85 pVal = getMemory(getNumWords()); in initSlowCase()
138 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase()
147 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase()
381 uint64_t *dest = getMemory(destWords); in operator *=()
436 uint64_t* val = getMemory(numWords); in AndSlowCase()
444 uint64_t *val = getMemory(numWords); in OrSlowCase()
452 uint64_t *val = getMemory(numWords); in XorSlowCase()
926 APInt Result(getMemory(getNumWords(width)), width); in trunc()
951 APInt Result(getMemory(getNumWords(width)), width); in sext()
[all …]