Searched refs:getPointerOperandType (Results 1 - 7 of 7) 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();
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp507 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
620 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(),
1735 Offset += DL->getIndexedOffset(GEPI->getPointerOperandType(), Indices);
2046 Offset += DL->getIndexedOffset(GEPI->getPointerOperandType(), Indices);
/external/llvm/lib/IR/
H A DVerifier.cpp1850 Type *TargetTy = GEP.getPointerOperandType()->getScalarType();
1856 Assert1(GEP.getPointerOperandType()->isVectorTy() ==
1862 GetElementPtrInst::getIndexedType(GEP.getPointerOperandType(), Idxs);
1869 if (GEP.getPointerOperandType()->isVectorTy()) {
1871 unsigned GepWidth = GEP.getPointerOperandType()->getVectorNumElements();
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3327 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
3758 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
H A DInstructionSimplify.cpp2584 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType());
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1296 Type *IntPtrTy = DL->getIntPtrType(GEP.getPointerOperandType());

Completed in 131 milliseconds