Searched refs:getPointerOperandType (Results 1 – 13 of 13) sorted by relevance
399 Type *getPointerOperandType() const { in getPointerOperandType() function408 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()471 Type *getPointerOperandType() const { in getPointerOperandType() function477 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
101 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType()) in gep_type_begin()112 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType()) in gep_type_begin()
972 Type *getPointerOperandType() const {978 return getPointerOperandType()->getPointerAddressSpace();
65 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(), in getUnderlyingObjectWithOffset()
264 PointerType *getPointerOperandType() const { in getPointerOperandType() function
800 PointerType *getPointerOperandType() const {
352 uint64_t Offset1 = TD->getIndexedOffset(GEP1->getPointerOperandType(), in isEquivalentGEP()354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(), in isEquivalentGEP()
456 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(), in CanConvertToScalar()537 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(), in ConvertUsesToScalar()1635 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices); in isSafeGEP()1919 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices); in RewriteGEP()
3336 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends()3770 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
3106 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
2881 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst()2898 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst()2899 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
268 Offset = TD->getIndexedOffset(GEP->getPointerOperandType(), Ops); in visitCallInst()
1342 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()