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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp45 inline static uint64_t* getMemory(unsigned numWords) { function
87 U.pVal = getMemory(getNumWords());
140 U.pVal = getMemory(getNumWords());
235 APInt Result(getMemory(getNumWords()), getBitWidth());
872 APInt Result(getMemory(getNumWords(width)), width);
919 APInt Result(getMemory(getNumWords(Width)), Width);
943 APInt Result(getMemory(getNumWords(width)), width);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6415 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { function in struct:__anon84::ByteProvider
6526 return ByteProvider::getMemory(L, Index);

Completed in 123 milliseconds