Searched refs:getWithNewSize (Results 1 – 4 of 4) sorted by relevance
306 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() function311 MemoryLocation getWithNewSize(uint64_t NewSize) const { in getWithNewSize() function312 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize()314 MemoryLocation getWithNewSize(TypeSize NewSize) const { in getWithNewSize() function315 return getWithNewSize(LocationSize::precise(NewSize)); in getWithNewSize()
1294 CurrentPair.second = CurrentPair.second.getWithNewSize(
713 Loc = Loc.getWithNewSize(LOps.LoadSize); in foldLoadsRecursive()
1177 MCopyLoc = MCopyLoc.getWithNewSize( in processMemCpyMemCpyDependence()