Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h312 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() function
H A DMemorySSA.h1286 CurrentPair.second = CurrentPair.second.getWithNewSize(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp704 Loc = Loc.getWithNewSize(LOps.LoadSize); in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1129 QueryInst, Pointer, Loc.getWithNewSize(CacheInfo->Size), isLoad, in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1176 auto MCopyLoc = MemoryLocation::getForSource(MDep).getWithNewSize( in processMemCpyMemCpyDependence()