Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp43 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
85 U.pVal = getMemory(getNumWords()); in initSlowCase()
135 U.pVal = getMemory(getNumWords()); in reallocate()
230 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
907 APInt Result(getMemory(getNumWords(width)), width); in trunc()
955 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
982 APInt Result(getMemory(getNumWords(width)), width); in zext()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7915 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset, in getMemory() function
8106 return ByteProvider::getMemory(L, Index, BPVectorIndex); in calculateByteProvider()