Home
last modified time | relevance | path

Searched refs:DstGEP (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3403 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()
[all …]