Searched refs:PtrSCEV (Results 1 – 3 of 3) sorted by relevance
130 const SCEV *PtrSCEV = SE->getSCEV(Ptr); in getNewAlignment() local134 PtrSCEV = SE->getTruncateOrZeroExtend( in getNewAlignment()135 PtrSCEV, SE->getEffectiveSCEVType(AASCEV->getType())); in getNewAlignment()136 const SCEV *DiffSCEV = SE->getMinusSCEV(PtrSCEV, AASCEV); in getNewAlignment()
431 auto *PtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(Ptr)); in propagateStoredValueToLoadUsers() local434 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(), in propagateStoredValueToLoadUsers()
6943 const SCEV *PtrSCEV = getAddressAccessSCEV(Ptr, Legal, PSE, TheLoop); in getMemInstScalarizationCost() local6947 VF.getKnownMinValue() * TTI.getAddressComputationCost(PtrTy, SE, PtrSCEV); in getMemInstScalarizationCost()