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

/external/llvm/include/llvm/IR/
H A DOperator.h396 /// getPointerOperandType - Method to return the pointer operand as a
398 Type *getPointerOperandType() const { function in class:llvm::GEPOperator
405 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
496 /// getPointerOperandType - Method to return the pointer operand as a
498 Type *getPointerOperandType() const { function in class:llvm::PtrToIntOperator
505 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
H A DInstructions.h866 /// getPointerOperandType - Method to return the pointer operand as a
868 Type *getPointerOperandType() const { function in class:llvm::GetElementPtrInst
874 return getPointerOperandType()->getPointerAddressSpace();

Completed in 236 milliseconds