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

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h141 /// GetUnderlyingObject - This method strips off any GEP address adjustments
146 Value *GetUnderlyingObject(Value *V, const TargetData *TD = 0,
149 GetUnderlyingObject(const Value *V, const TargetData *TD = 0, function in namespace:llvm
151 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
154 /// GetUnderlyingObjects - This method is similar to GetUnderlyingObject
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1771 llvm::GetUnderlyingObject(Value *V, const TargetData *TD, unsigned MaxLookup) { function in class:llvm
1809 P = GetUnderlyingObject(P, TD, MaxLookup);

Completed in 68 milliseconds