Lines Matching refs:DstPtr
3292 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearize() local
3296 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
3375 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearizeFixedSize() local
3403 !AllIndiciesInRange(DstSizes, DstSubscripts, DstPtr)) { in tryDelinearizeFixedSize()
3412 << "DstGEP:" << *DstPtr << "\n"; in tryDelinearizeFixedSize()
3423 Value *DstPtr = getLoadStorePointerOperand(Dst); in tryDelinearizeParametricSize() local
3477 if (!isKnownNonNegative(DstSubscripts[I], DstPtr)) in tryDelinearizeParametricSize()
3545 Value *DstPtr = getLoadStorePointerOperand(Dst); in depends() local
3574 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in depends()
3972 Value *DstPtr = getLoadStorePointerOperand(Dst); in getSplitIteration() local
3985 const SCEV *DstSCEV = SE->getSCEV(DstPtr); in getSplitIteration()