Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Op

58       const Value *Op = *I;
59 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
90 const Value *Op = *OI;
91 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
98 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand());
101 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Op, Ptr);
107 const Value *Op = *OI;
108 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))