add getUnderlyingObjectSize()
authorNuno Lopes <nunoplopes@sapo.pt>
Sat, 2 Mar 2013 11:23:34 +0000 (11:23 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sat, 2 Mar 2013 11:23:34 +0000 (11:23 +0000)
commit2bc689c8461dfbaa4ca9a9cc4ae5bc59cb007329
tree2eb2588aa0f972c9b6f8ec4248ca3c0117c1f3ad
parent5f0d9dbdf48a9efe16bfadf88e5335f7b9a8ec3f
add getUnderlyingObjectSize()
this is similar to getObjectSize(), but doesnt subtract the offset
tweak the BasicAA code accordingly (per PR14988)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176407 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryBuiltins.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/MemoryBuiltins.cpp