Home
last modified time | relevance | path

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

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