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

Name

Description

I

A load or store instruction.

Created with MrDocs