Lines Matching refs:DstPtr
3355 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearize() local
3359 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
3438 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearizeFixedSize() local
3466 !AllIndicesInRange(DstSizes, DstSubscripts, DstPtr)) { in tryDelinearizeFixedSize()
3475 << "DstGEP:" << *DstPtr << "\n"; in tryDelinearizeFixedSize()
3486 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearizeParametricSize() local
3540 if (!isKnownNonNegative(DstSubscripts[I], DstPtr)) in tryDelinearizeParametricSize()
3608 Value *DstPtr = getLoadStorePointerOperand(Dst); in depends() local
3637 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in depends()
4035 Value *DstPtr = getLoadStorePointerOperand(Dst); in getSplitIteration() local
4048 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in getSplitIteration()