pub fn ldt(dtype: &DType) -> String
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.
ptr
<N x ptr>
float*