Searched refs:boxcharMemoryType (Results 1 – 3 of 3) sorted by relevance
83 virtual mlir::Type boxcharMemoryType(mlir::Type eleTy) const = 0;
48 mlir::Type boxcharMemoryType(mlir::Type eleTy) const override { in boxcharMemoryType() function
60 return convertType(specifics->boxcharMemoryType(boxchar.getEleTy())); in LLVMTypeConverter()