Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp57 const Value *UA = GetUnderlyingObjCPtr(SA); in alias()
58 const Value *UB = GetUnderlyingObjCPtr(SB); in alias()
87 const Value *U = GetUnderlyingObjCPtr(S); in pointsToConstantMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h69 inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr() function
87 const Value *Computed = GetUnderlyingObjCPtr(V); in GetUnderlyingObjCPtrCached()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp106 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand()); in CanUse()