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

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

Completed in 100 milliseconds