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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 165 /// GetPointerBaseWithConstantOffset - Analyze the specified pointer to see if
168 Value *GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset,
171 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset,
173 return GetPointerBaseWithConstantOffset(const_cast<Value *>(Ptr), Offset,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 459 milliseconds