HomeSort by relevance Sort by last modified time
    Searched defs:GetUnderlyingObject (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 190 /// GetUnderlyingObject - This method strips off any GEP address adjustments
195 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
197 static inline const Value *GetUnderlyingObject(const Value *V,
200 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
203 /// \brief This method is similar to GetUnderlyingObject except that it can
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 297 milliseconds