fn llvm_asm_scalar_type<'ll>( cx: &CodegenCx<'ll, '_>, scalar: Scalar, ) -> &'ll Type
Helper function to get the LLVM type for a Scalar. Pointers are returned as the equivalent integer type.