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 117 /// GetPointerBaseWithConstantOffset - Analyze the specified pointer to see if
120 Value *GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset,
123 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset,
125 return GetPointerBaseWithConstantOffset(const_cast<Value*>(Ptr), Offset,TD);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 231 milliseconds