Function rustc_codegen_llvm::asm::llvm_asm_scalar_type

source ·
fn llvm_asm_scalar_type<'ll>(
    cx: &CodegenCx<'ll, '_>,
    scalar: Scalar
) -> &'ll Type
Expand description

Helper function to get the LLVM type for a Scalar. Pointers are returned as the equivalent integer type.