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

Completed in 106 milliseconds