Searched refs:SrcPtrSCEV (Results 1 – 1 of 1) sorted by relevance
3337 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); in depends() local3339 DEBUG(dbgs() << " SrcPtrSCEV = " << *SrcPtrSCEV << "\n"); in depends()3342 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in depends()3771 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); in getSplitIteration() local3773 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in getSplitIteration()