Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp271 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/
DMemoryDependenceAnalysis.h438 int64_t MemLocOffs,