Searched refs:getPointerOperandType (Results 1 – 9 of 9) sorted by relevance
399 Type *getPointerOperandType() const { in getPointerOperandType() function407 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()470 Type *getPointerOperandType() const { in getPointerOperandType() function476 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
107 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType()) in gep_type_begin()118 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType()) in gep_type_begin()
981 Type *getPointerOperandType() const {987 return getPointerOperandType()->getPointerAddressSpace();
513 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType()); in CanConvertToScalar()626 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(), in ConvertUsesToScalar()1752 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in isSafeGEP()2068 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in RewriteGEP()
2140 Type *ValTy = GEP->getPointerOperandType()->getPointerElementType(); in chainToBasePointerCost()
3405 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends()3839 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
3051 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
2654 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst()2671 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst()2672 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
1346 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()1568 Type *PtrTy = GEP.getPointerOperandType(); in visitGetElementPtrInst()