Skip to main content

ldt

Function ldt 

Source
pub fn ldt(dtype: &DType) -> String
Expand description

Convert a DType to LLVM type string.

Uses LLVM opaque pointer mode: all pointers are ptr, vectors of pointers are <N x ptr>. Typed pointer syntax (float*) is not emitted.