Lines Matching refs:getSCEV
152 const SCEV *OrigSCEV = PSE.getSCEV(Ptr); in replaceSymbolicStrideSCEV()
164 const auto *U = cast<SCEVUnknown>(SE->getSCEV(StrideVal)); in replaceSymbolicStrideSCEV()
169 auto *Expr = PSE.getSCEV(Ptr); in replaceSymbolicStrideSCEV()
755 const SCEV *PtrScev = PSE.getSCEV(Ptr); in isNoWrap()
814 const SCEV *Scev = SE->getSCEV(Ptr); in findForkedSCEVs()
864 SE->getSCEV(GEP->getPointerOperand())->getType()); in findForkedSCEVs()
948 auto *Expr = PSE.getSCEV(Ptr); in createCheckForAccess()
1307 auto *OpScev = PSE.getSCEV(OBO->getOperand(0)); in isNoWrapAddRec()
1475 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in getPointersDiff()
1476 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in getPointersDiff()
1802 const SCEV *Src = PSE.getSCEV(APtr); in isDependent()
1803 const SCEV *Sink = PSE.getSCEV(BPtr); in isDependent()
2500 return (SE->isLoopInvariant(SE->getSCEV(V), TheLoop)); in isUniform()
2529 const SCEV *StrideExpr = PSE->getSCEV(Stride); in collectStridedAccess()