Searched refs:getPointerOperandType (Results 1 – 11 of 11) sorted by relevance
498 Type *getPointerOperandType() const { in getPointerOperandType() function507 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()577 Type *getPointerOperandType() const { in getPointerOperandType() function583 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
298 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function302 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()432 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function436 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()1042 Type *getPointerOperandType() const {1048 return getPointerOperandType()->getPointerAddressSpace();
218 if (Store->getPointerOperandType() != Load->getPointerOperandType()) in findStoreToLoadDependences()
1091 GEP1->getPointerOperandType() == GEP2->getPointerOperandType() && in aliasSameBasePointerGEPs()1387 GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) { in aliasGEP()
3463 if (Q.DL.getTypeSizeInBits(CLHS->getPointerOperandType()) == in SimplifyICmpInst()3465 Q.DL.getTypeSizeInBits(CRHS->getPointerOperandType()) == in SimplifyICmpInst()3482 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
337 LI->getPointerOperandType() == User->getType() && in canVectorizeInst()350 SI->getPointerOperandType() == User->getType() && in canVectorizeInst()
874 Type *OffsetIRTy = DL->getIntPtrType(LI.getPointerOperandType()); in translateLoad()918 Type *OffsetIRTy = DL->getIntPtrType(SI.getPointerOperandType()); in translateStore()
3304 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst()3325 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst()3326 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
1816 GEP->getType() == GEP->getPointerOperandType())) { in commonPointerCastTransforms()
1694 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
4430 ->getPointerOperandType() in vectorizeTree()