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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp43 inline static uint64_t* getMemory(unsigned numWords) { function
86 pVal = getMemory(getNumWords());
139 pVal = getMemory(RHS.getNumWords());
148 pVal = getMemory(RHS.getNumWords());
382 uint64_t *dest = getMemory(destWords);
437 uint64_t* val = getMemory(numWords);
445 uint64_t *val = getMemory(numWords);
453 uint64_t *val = getMemory(numWords);
939 APInt Result(getMemory(getNumWords(width)), width);
964 APInt Result(getMemory(getNumWord
[all...]

Completed in 51 milliseconds