Lines Matching refs:DstGEP
3403 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); in depends() local
3404 if (SrcGEP && DstGEP && in depends()
3405 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends()
3407 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in depends()
3413 (SrcGEP->getNumOperands() == DstGEP->getNumOperands()); in depends()
3422 DstIdx = DstGEP->idx_begin(); in depends()
3837 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); in getSplitIteration() local
3838 if (SrcGEP && DstGEP && in getSplitIteration()
3839 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
3841 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in getSplitIteration()
3844 (SrcGEP->getNumOperands() == DstGEP->getNumOperands()); in getSplitIteration()
3852 DstIdx = DstGEP->idx_begin(); in getSplitIteration()