enum

LLVM::AttributeIndex

Inherits Enum / Comparable / Value / Object

Attribute index are either ReturnIndex (0), FunctionIndex (-1) or a parameter number ranging from 1 to N.

Constants

ReturnIndex = 0_u32
FunctionIndex = 4294967295_u32

Instance methods

function_index?

Returns true if this enum value equals FunctionIndex

Source
return_index?

Returns true if this enum value equals ReturnIndex

Source