Searched refs:GetUnderlyingObjCPtr (Results 1 – 5 of 5) sorted by relevance
57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias()58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias()86 const Value *U = GetUnderlyingObjCPtr(S, DL); in pointsToConstantMemory()
110 A = GetUnderlyingObjCPtr(A, DL); in relatedCheck()111 B = GetUnderlyingObjCPtr(B, DL); in relatedCheck()
115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse()
93 P = GetUnderlyingObjCPtr(P, DL); in AreAnyUnderlyingObjectsAnAlloca()
76 inline const Value *GetUnderlyingObjCPtr(const Value *V, in GetUnderlyingObjCPtr() function