Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h68 [&](fir::CharacterType charTy) { return convertCharType(charTy); }); in LLVMTypeConverter()
292 mlir::Type convertCharType(fir::CharacterType charTy) { in convertCharType() function