Searched refs:MemLocOffs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 271 int64_t &MemLocOffs, in isLoadLoadClobberIfExtendedToFullWidth() argument 277 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, DL); in isLoadLoadClobberIfExtendedToFullWidth() 280 MemLocBase, MemLocOffs, MemLoc.Size, LI); in isLoadLoadClobberIfExtendedToFullWidth() 292 const Value *MemLocBase, int64_t MemLocOffs, unsigned MemLocSize, in getLoadLoadClobberFullWidthSize() argument 320 if (MemLocOffs < LIOffs) return 0; in getLoadLoadClobberFullWidthSize() 329 int64_t MemLocEnd = MemLocOffs+MemLocSize; in getLoadLoadClobberFullWidthSize()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 438 int64_t MemLocOffs,
|