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

/external/llvm/include/llvm/IR/
H A DOperator.h399 Type *getPointerOperandType() const { function in class:llvm::GEPOperator
404 return cast<SequentialType>(getPointerOperandType()->getScalarType())
410 return getPointerOperandType()->getPointerAddressSpace();
502 Type *getPointerOperandType() const { function in class:llvm::PtrToIntOperator
508 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
H A DInstructions.h871 return cast<SequentialType>(getPointerOperandType()->getScalarType())
909 /// getPointerOperandType - Method to return the pointer operand as a
911 Type *getPointerOperandType() const { function in class:llvm::GetElementPtrInst
917 return getPointerOperandType()->getPointerAddressSpace();

Completed in 214 milliseconds