It used to only try to fold fortified (_chk) libcalls with a constant objectsize.
However, in most cases, the @llvm.objectsize intrinsic is used. Teach the
LibCallSimplifier to ask for the objectsize to handle the latter case.
Three-ish (one, really) new optimizations opportunities were created in the tests.