Lines Matching refs:getMemory
41 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()
1076 APInt Result(getMemory(getNumWords(width)), width); in zext()