llvm::getLoadStoreAlignment

Return the alignment of load or store instruction I.

Synopsis

Declared in <llvm/IR/Instructions.h>

Align
getLoadStoreAlignment(Value const* I);

Return Value

The alignment of load or store instruction I.

Parameters

NameDescription
IA load or store instruction.