Searched defs:getPointerAddressSpace (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DOperator.h406 unsigned getPointerAddressSpace() const { function in class:llvm::GEPOperator
407 return getPointerOperandType()->getPointerAddressSpace();
475 unsigned getPointerAddressSpace() const { function in class:llvm::PtrToIntOperator
H A DInstructions.h291 unsigned getPointerAddressSpace() const { function in class:llvm::LoadInst
292 return getPointerOperand()->getType()->getPointerAddressSpace();
415 unsigned getPointerAddressSpace() const { function in class:llvm::StoreInst
416 return getPointerOperand()->getType()->getPointerAddressSpace();
623 unsigned getPointerAddressSpace() const { function in class:llvm::AtomicCmpXchgInst
624 return getPointerOperand()->getType()->getPointerAddressSpace();
794 unsigned getPointerAddressSpace() const { function in class:llvm::AtomicRMWInst
795 return getPointerOperand()->getType()->getPointerAddressSpace();
951 return getPointerAddressSpace();
986 unsigned getPointerAddressSpace() cons function in class:llvm::GetElementPtrInst
4714 unsigned getPointerAddressSpace() const { function in class:llvm::InvokeInst::PtrToIntInst
[all...]
/external/llvm/lib/IR/
H A DType.cpp209 unsigned Type::getPointerAddressSpace() const { function in class:Type

Completed in 93 milliseconds