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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3301 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); local
3302 if (SrcGEP && DstGEP &&
3303 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
3305 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());
3320 DstIdx = DstGEP->idx_begin();
3732 GEPOperator *DstGEP = dyn_cast<GEPOperator>(DstPtr); local
3733 if (SrcGEP && DstGEP &&
3734 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) {
3736 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());
3747 DstIdx = DstGEP
[all...]

Completed in 99 milliseconds