Parameter
public struct Parameter: IRValue
A Parameter represents an index into the parameters of a Function.
-
Retrieves the next parameter, if it exists.
Declaration
Swift
public func next() -> Parameter? -
Retrieves the previous parameter, if it exists.
Declaration
Swift
public func previous() -> Parameter? -
Retrieves the underlying LLVM value object.
Declaration
Swift
public func asLLVM() -> LLVMValueRef
Parameter Struct Reference