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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DValueTracking.h140 /// GetUnderlyingObject - This method strips off any GEP address adjustments
145 Value *GetUnderlyingObject(Value *V, const TargetData *TD = 0,
148 GetUnderlyingObject(const Value *V, const TargetData *TD = 0, function in namespace:llvm
150 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
/external/llvm/include/llvm/Analysis/
H A DValueTracking.h223 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
225 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
228 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
231 /// \brief This method is similar to GetUnderlyingObject except that it can
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp1753 llvm::GetUnderlyingObject(Value *V, const TargetData *TD, unsigned MaxLookup) { function in class:llvm
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2974 Value *llvm::GetUnderlyingObject(Value *V, const DataLayout &DL, function in class:llvm
3018 P = GetUnderlyingObject(P, DL, MaxLookup);

Completed in 126 milliseconds