Home
last modified time | relevance | path

Searched refs:MemLocOffs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp246 int64_t &MemLocOffs, in isLoadLoadClobberIfExtendedToFullWidth() argument
254 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, *TD); in isLoadLoadClobberIfExtendedToFullWidth()
257 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size, in isLoadLoadClobberIfExtendedToFullWidth()
270 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs, in getLoadLoadClobberFullWidthSize() argument
292 if (MemLocOffs < LIOffs) return 0; in getLoadLoadClobberFullWidthSize()
301 int64_t MemLocEnd = MemLocOffs+MemLocSize; in getLoadLoadClobberFullWidthSize()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h376 int64_t MemLocOffs,