Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp45 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
87 U.pVal = getMemory(getNumWords()); in initSlowCase()
140 U.pVal = getMemory(getNumWords()); in reallocate()
235 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
865 APInt Result(getMemory(getNumWords(width)), width); in trunc()
912 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
936 APInt Result(getMemory(getNumWords(width)), width); in zext()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7080 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() function
7191 return ByteProvider::getMemory(L, Index); in calculateByteProvider()