Global Variables
The following global variables are available globally.
-
Parses the parameters and type of an integer arithmetic instruction.
Declaration
Swift
private let integerArithmeticTail: @Sendable (_ tokens: inout ArraySlice<Substring>) -> (OverflowBehavior, BuiltinType)? -
Parses the parameters and type of
icmp.Declaration
Swift
private let integerComparisonTail: @Sendable (_ tokens: inout ArraySlice<Substring>) -> (IntegerPredicate, BuiltinType)? -
Parses the parameters and type of a floating-point arithmetic instruction.
Declaration
Swift
private let floatingPointArithmeticTail: @Sendable (_ tokens: inout ArraySlice<Substring>) -> (BuiltinFunction.MathFlags, BuiltinType)? -
Parses the parameters and type of
fcmp.Declaration
Swift
private let floatingPointComparisonTail: @Sendable (_ tokens: inout ArraySlice<Substring>) -> ((BuiltinFunction.MathFlags, FloatingPointPredicate), BuiltinType)?
View on GitHub
Global Variables Reference