Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PtrOp

326   Value *PtrOp = GepI->getPointerOperand();
327 ValueToNodeMap::iterator F = NM.find(PtrOp);
329 N->BaseVal = PtrOp;
332 // If PtrOp was a GEP instruction, it must have already been processed.
337 N->PTy = PtrOp->getType();
360 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType();