Lines Matching refs:getSCEV
3344 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); in depends()
3345 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in depends()
3363 Pair[P].Src = SE->getSCEV(*SrcIdx); in depends()
3364 Pair[P].Dst = SE->getSCEV(*DstIdx); in depends()
3370 const SCEV *SrcSCEV = SE->getSCEV(SrcPtr); in depends()
3371 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in depends()
3776 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand()); in getSplitIteration()
3777 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in getSplitIteration()
3791 Pair[P].Src = SE->getSCEV(*SrcIdx); in getSplitIteration()
3792 Pair[P].Dst = SE->getSCEV(*DstIdx); in getSplitIteration()
3796 const SCEV *SrcSCEV = SE->getSCEV(SrcPtr); in getSplitIteration()
3797 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in getSplitIteration()