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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp467 /// GetUnderlyingObjCPtr - This is a wrapper around getUnderlyingObject which
470 static const Value *GetUnderlyingObjCPtr(const Value *V) { function
741 const Value *UA = GetUnderlyingObjCPtr(SA);
742 const Value *UB = GetUnderlyingObjCPtr(SB);
746 // GetUnderlyingObjCPtr may return an offsetted pointer value.
771 const Value *U = GetUnderlyingObjCPtr(S);
1216 A = GetUnderlyingObjCPtr(A);
1217 B = GetUnderlyingObjCPtr(B);
1955 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand());

Completed in 90 milliseconds