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

/external/llvm/include/llvm/IR/
H A DOperator.h392 /// getPointerOperandType - Method to return the pointer operand as a
394 Type *getPointerOperandType() const { function in class:llvm::GEPOperator
401 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
H A DInstructions.h802 /// getPointerOperandType - Method to return the pointer operand as a
804 Type *getPointerOperandType() const { function in class:llvm::GetElementPtrInst
810 return getPointerOperandType()->getPointerAddressSpace();

Completed in 141 milliseconds