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

  /external/llvm/lib/Analysis/
ObjCARCAliasAnalysis.cpp 57 const Value *UA = GetUnderlyingObjCPtr(SA, DL);
58 const Value *UB = GetUnderlyingObjCPtr(SB, DL);
62 // GetUnderlyingObjCPtr may return an offsetted pointer value.
86 const Value *U = GetUnderlyingObjCPtr(S, DL);
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 110 A = GetUnderlyingObjCPtr(A, DL);
111 B = GetUnderlyingObjCPtr(B, DL);
DependencyAnalysis.cpp 115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL);
ObjCARCOpts.cpp 83 /// This is a wrapper around getUnderlyingObjCPtr along the lines of
93 P = GetUnderlyingObjCPtr(P, DL);
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 77 inline const Value *GetUnderlyingObjCPtr(const Value *V,
  /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 237 milliseconds