llvm::Value::MaxAlignmentExponent

The maximum alignment for instructions.

Synopsis

Declared in <llvm/IR/Value.h>

inline constexpr static
unsigned int MaxAlignmentExponent = 32;

Description

This is the greatest alignment value supported by load, store, and alloca instructions, and global values.