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

  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 78 inline const Value *GetUnderlyingObjCPtr(const Value *V,
90 /// A wrapper for GetUnderlyingObjCPtr used for results memoization.
97 const Value *Computed = GetUnderlyingObjCPtr(V, DL);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 460 /// GetUnderlyingObjCPtr - This is a wrapper around getUnderlyingObject which
463 static const Value *GetUnderlyingObjCPtr(const Value *V) {
682 const Value *UA = GetUnderlyingObjCPtr(SA);
683 const Value *UB = GetUnderlyingObjCPtr(SB);
687 // GetUnderlyingObjCPtr may return an offsetted pointer value.
712 const Value *U = GetUnderlyingObjCPtr(S);
    [all...]

Completed in 288 milliseconds