HomeSort by relevance Sort by last modified time
    Searched defs:getAddrSpace (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 57 /// getAddrSpace - Return the LLVM IR address space number that this pointer
59 unsigned getAddrSpace() const;
151 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 399 /// getAddrSpace - Return the LLVM IR address space number that this pointer
401 unsigned MachinePointerInfo::getAddrSpace() const {
497 unsigned AS = MMO.getAddrSpace();
    [all...]

Completed in 63 milliseconds