Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getPointerOperand

650 Value *getPointerOperand(Instruction *I) {
652 return LI->getPointerOperand();
654 return SI->getPointerOperand();
3219 Value *SrcPtr = getPointerOperand(Src);
3220 Value *DstPtr = getPointerOperand(Dst);
3250 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand());
3251 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());
3659 Value *SrcPtr = getPointerOperand(Src);
3660 Value *DstPtr = getPointerOperand(Dst);
3675 const SCEV *SrcPtrSCEV = SE->getSCEV(SrcGEP->getPointerOperand());
3676 const SCEV *DstPtrSCEV = SE->getSCEV(DstGEP->getPointerOperand());