Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp983 CommonElementType ? CommonElementType : DesiredType->getElementType(); in EmitArrayConstant()
986 CommonElementType = nullptr; in EmitArrayConstant()
990 if (Filler->getType() != CommonElementType) in EmitArrayConstant()
991 CommonElementType = nullptr; in EmitArrayConstant()
995 if (CommonElementType) in EmitArrayConstant()
1250 llvm::Type *CommonElementType = nullptr; in EmitArrayInitialization() local
1257 CommonElementType = C->getType(); in EmitArrayInitialization()
1259 CommonElementType = nullptr; in EmitArrayInitialization()
2178 llvm::Type *CommonElementType = nullptr; in tryEmitPrivate() local
2185 CommonElementType = C->getType(); in tryEmitPrivate()
[all …]