Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp461 if (auto integerType = ed->getIntegerType(); !integerType.isNull()) in convertType() local
462 return convertType(integerType); in convertType()