Function llvm_mlir_sys::mlirLLVMArrayTypeGet
source · pub unsafe extern "C" fn mlirLLVMArrayTypeGet(
elementType: MlirType,
numElements: c_uint
) -> MlirTypeExpand description
Creates an llvm.array type.
pub unsafe extern "C" fn mlirLLVMArrayTypeGet(
elementType: MlirType,
numElements: c_uint
) -> MlirTypeCreates an llvm.array type.