HomeSort by relevance Sort by last modified time
    Searched refs:GetUnderlyingObjCPtr (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 72 const Value *UA = GetUnderlyingObjCPtr(SA);
73 const Value *UB = GetUnderlyingObjCPtr(SB);
77 // GetUnderlyingObjCPtr may return an offsetted pointer value.
102 const Value *U = GetUnderlyingObjCPtr(S);
ProvenanceAnalysis.cpp 109 A = GetUnderlyingObjCPtr(A);
110 B = GetUnderlyingObjCPtr(B);
DependencyAnalysis.cpp 99 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand());
ObjCARC.h 221 static inline const Value *GetUnderlyingObjCPtr(const Value *V) {
ObjCARCOpts.cpp 177 /// This is a wrapper around getUnderlyingObjCPtr along the lines of
186 P = GetUnderlyingObjCPtr(P);
    [all...]

Completed in 156 milliseconds