Searched defs:DstGEP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3247 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); local
3248 if (SrcGEP && DstGEP &&
3249 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
3251 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());
3266 DstIdx = DstGEP->idx_begin();
3672 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); local
3673 if (SrcGEP && DstGEP &&
3674 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
3676 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());
3687 DstIdx = DstGEP
[all...]

Completed in 53 milliseconds