Searched defs:GetUnderlyingObject (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h143 /// GetUnderlyingObject - This method strips off any GEP address adjustments
148 Value *GetUnderlyingObject(Value *V, const DataLayout *TD = nullptr,
151 GetUnderlyingObject(const Value *V, const DataLayout *TD = nullptr, function in namespace:llvm
153 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
156 /// GetUnderlyingObjects - This method is similar to GetUnderlyingObject
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1897 llvm::GetUnderlyingObject(Value *V, const DataLayout *TD, unsigned MaxLookup) { function in class:llvm
1935 P = GetUnderlyingObject(P, TD, MaxLookup);

Completed in 114 milliseconds