Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h306 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() function
311 MemoryLocation getWithNewSize(uint64_t NewSize) const { in getWithNewSize() function
312 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize()
314 MemoryLocation getWithNewSize(TypeSize NewSize) const { in getWithNewSize() function
315 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize()
H A DMemorySSA.h1294 CurrentPair.second = CurrentPair.second.getWithNewSize(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp713 Loc = Loc.getWithNewSize(LOps.LoadSize); in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1177 MCopyLoc = MCopyLoc.getWithNewSize( in processMemCpyMemCpyDependence()