CIRCT
20.0.0git
|
#include <HWToLLVM.h>
Static Public Member Functions | |
static uint32_t | convertToLLVMEndianess (Type type, uint32_t index) |
Convert an index into a HW ArrayType or StructType to LLVM Endianess. More... | |
static uint32_t | llvmIndexOfStructField (hw::StructType type, StringRef fieldName) |
Get the index of a specific StructType field in the LLVM lowering of the StructType. More... | |
Definition at line 35 of file HWToLLVM.h.
|
static |
Convert an index into a HW ArrayType or StructType to LLVM Endianess.
Definition at line 37 of file HWToLLVM.cpp.
|
static |
Get the index of a specific StructType field in the LLVM lowering of the StructType.
Definition at line 49 of file HWToLLVM.cpp.