Home
last modified time | relevance | path

Searched refs:boxcharMemoryType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTarget.h83 virtual mlir::Type boxcharMemoryType(mlir::Type eleTy) const = 0;
H A DTarget.cpp48 mlir::Type boxcharMemoryType(mlir::Type eleTy) const override { in boxcharMemoryType() function
H A DTypeConverter.h60 return convertType(specifics->boxcharMemoryType(boxchar.getEleTy())); in LLVMTypeConverter()