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 143 /// 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,
153 return GetUnderlyingObject(const_cast<Value *>(V), TD, MaxLookup);
156 /// GetUnderlyingObjects - This method is similar to GetUnderlyingObject
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 454 milliseconds