Returns the preferred alignment of the specified global.
Declared in <llvm/IR/DataLayout.h>
Align
getPreferredAlign(GlobalVariable const* GV) const;
This includes an explicitly requested alignment (if the global has one).
the preferred alignment of the specified global.