Method PreferredAlignmentOf
PreferredAlignmentOf(ITypeRef)
Gets the preferred alignment for an LLVM type
Declaration
public uint PreferredAlignmentOf(ITypeRef typeRef)
Parameters
public uint PreferredAlignmentOf(ITypeRef typeRef)
ITypeRef | typeRef | Type to get the alignment of |
Returns
UInt32 | Preferred alignment |
PreferredAlignmentOf(Value)
Gets the preferred alignment for a Value
Declaration
public uint PreferredAlignmentOf(Value value)
Parameters
public uint PreferredAlignmentOf(Value value)
Value | value | Value to get the alignment of |
Returns
UInt32 | Preferred alignment |