Enum llvm_ir::constant::Float [−][src]
Expand description
All of these Float variants should have data associated with them, but
Rust only has f32 and f64 floating-point types, and furthermore,
it’s not clear how to get 16-, 80-, or 128-bit FP constant values through
the LLVM C API (the getters seem to only be exposed in the C++ API?)
Variants
Single(f32)Tuple Fields of Single
0: f32Double(f64)Tuple Fields of Double
0: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Float
impl UnwindSafe for Float
Blanket Implementations
Mutably borrows from an owned value. Read more