Searched defs:getAddrSpace (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h60 /// getAddrSpace - Return the LLVM IR address space number that this pointer
62 unsigned getAddrSpace() const;
156 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); } function in class:llvm::MachineMemOperand
222 LHS.getAddrSpace() == RHS.getAddrSpace();
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp460 /// getAddrSpace - Return the LLVM IR address space number that this pointer
462 unsigned MachinePointerInfo::getAddrSpace() const { function in class:MachinePointerInfo
564 unsigned AS = getAddrSpace();

Completed in 78 milliseconds