Halide
Halide::Internal::CodeGen_LLVM::VPResultType Struct Reference

#include <CodeGen_LLVM.h>

Public Member Functions

 VPResultType (llvm::Type *type, std::optional< size_t > mangle_index=std::nullopt)
 

Public Attributes

llvm::Type * type
 
std::optional< size_tmangle_index
 

Detailed Description

Definition at line 626 of file CodeGen_LLVM.h.

Constructor & Destructor Documentation

◆ VPResultType()

Halide::Internal::CodeGen_LLVM::VPResultType::VPResultType ( llvm::Type *  type,
std::optional< size_t mangle_index = std::nullopt 
)
inline

Definition at line 629 of file CodeGen_LLVM.h.

Member Data Documentation

◆ type

llvm::Type* Halide::Internal::CodeGen_LLVM::VPResultType::type

Definition at line 627 of file CodeGen_LLVM.h.

◆ mangle_index

std::optional<size_t> Halide::Internal::CodeGen_LLVM::VPResultType::mangle_index

Definition at line 628 of file CodeGen_LLVM.h.


The documentation for this struct was generated from the following file: