Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp277 int64_t LIOffs = 0; in getLoadLoadClobberFullWidthSize() local
279 GetPointerBaseWithConstantOffset(LI->getPointerOperand(), LIOffs, TD); in getLoadLoadClobberFullWidthSize()
292 if (MemLocOffs < LIOffs) return 0; in getLoadLoadClobberFullWidthSize()
304 if (LIOffs+LoadAlign < MemLocEnd) return 0; in getLoadLoadClobberFullWidthSize()
319 if (LIOffs+NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()