Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp41 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
82 pVal = getMemory(getNumWords()); in initSlowCase()
135 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase()
144 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase()
378 uint64_t *dest = getMemory(destWords); in operator *=()
432 uint64_t* val = getMemory(numWords); in AndSlowCase()
440 uint64_t *val = getMemory(numWords); in OrSlowCase()
448 uint64_t *val = getMemory(numWords); in XorSlowCase()
1013 APInt Result(getMemory(getNumWords(width)), width); in trunc()
1038 APInt Result(getMemory(getNumWords(width)), width); in sext()
[all …]