OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPointerBaseWithConstantOffset
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ValueTracking.h
119
///
GetPointerBaseWithConstantOffset
- Analyze the specified pointer to see if
122
Value *
GetPointerBaseWithConstantOffset
(Value *Ptr, int64_t &Offset,
125
GetPointerBaseWithConstantOffset
(const Value *Ptr, int64_t &Offset,
127
return
GetPointerBaseWithConstantOffset
(const_cast<Value*>(Ptr), Offset,TD);
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
Completed in 1147 milliseconds