Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3334 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); in depends() local
3335 if (SrcGEP && DstGEP && in depends()
3336 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends()
3338 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in depends()
3344 (SrcGEP->getNumOperands() == DstGEP->getNumOperands()); in depends()
3353 DstIdx = DstGEP->idx_begin(); in depends()
3768 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); in getSplitIteration() local
3769 if (SrcGEP && DstGEP && in getSplitIteration()
3770 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
3772 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand()); in getSplitIteration()
[all …]