Home
last modified time | relevance | path

Searched defs:getAddressSpace (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h468 inline unsigned getAddressSpace() const { return getSubclassData(); } in getAddressSpace() function
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h258 unsigned getAddressSpace() const { return Quals.getAddressSpace(); } in getAddressSpace() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6678 unsigned GlobalAddressSDNode::getAddressSpace() const { in getAddressSpace() function in GlobalAddressSDNode