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

Completed in 230 milliseconds