Searched refs:MemLocOffs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 266 int64_t &MemLocOffs, const LoadInst *LI) { in isLoadLoadClobberIfExtendedToFullWidth() argument 271 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, DL); in isLoadLoadClobberIfExtendedToFullWidth() 274 MemLocBase, MemLocOffs, MemLoc.Size, LI); in isLoadLoadClobberIfExtendedToFullWidth() 286 const Value *MemLocBase, int64_t MemLocOffs, unsigned MemLocSize, in getLoadLoadClobberFullWidthSize() argument 314 if (MemLocOffs < LIOffs) return 0; in getLoadLoadClobberFullWidthSize() 323 int64_t MemLocEnd = MemLocOffs+MemLocSize; in getLoadLoadClobberFullWidthSize()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 420 int64_t MemLocOffs,
|