Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DTypeCode.h26 inline int characterBitsToTypeCode(unsigned bitwidth) { in characterBitsToTypeCode() function
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1192 auto typeCode = fir::characterBitsToTypeCode(width); in __anon447c3e180d02()