Trait inkwell::types::IntMathType [−][src]
Represents an LLVM type that can have integer math operations applied to it.
Associated Types
type ValueType: IntMathValue<'ctx>
[src]
The value instance of an int or int vector type.
type MathConvType: FloatMathType<'ctx>
[src]
The type for int to float or int vector to float vector conversions.
type PtrConvType: PointerMathType<'ctx>
[src]
The type for int to pointer or int vector to pointer vector conversions.