Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp55 const Value *UA = GetUnderlyingObjCPtr(SA); in alias()
56 const Value *UB = GetUnderlyingObjCPtr(SB); in alias()
87 const Value *U = GetUnderlyingObjCPtr(S); in getModRefInfoMask()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h69 inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr() function
89 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp104 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand()); in CanUse()